diff options
author | João Vitor Brandão <jvbrandaom@gmail.com> | 2018-05-24 17:14:19 -0300 |
---|---|---|
committer | João Vitor Brandão <jvbrandaom@gmail.com> | 2018-05-24 17:14:19 -0300 |
commit | 4445309334e309c7ad74ec2011d40c6998fd4653 (patch) | |
tree | ca3fcee8c1cb9cceee4216046f27817c498f6684 /README.md | |
parent | 982a54c0aa6d1ae99932a05100bceafad6d3669c (diff) |
Adds command to close all tabs
Type :qa or :quitall to close all tabs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -86,10 +86,14 @@ To adjust the search engine default and add/remove search engines, see the [sear Open a URL or search keywords by search engine in new tab. -#### `:quit` command +#### `:quit` or `:q` command Close the current tab. +#### `:quitall` or `:qa` command + +Close all tabs. + #### `:bdelete` command Close a certain tab. |