Merge pull request #348 from luanpotter/q_command_close_tab
implement :q to close tab
This commit is contained in:
commit
b0dddc9fa7
2 changed files with 13 additions and 0 deletions
|
@ -85,6 +85,10 @@ 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.
|
||||
|
||||
#### `:q` command
|
||||
|
||||
Close the current tab.
|
||||
|
||||
#### `:winopen` command
|
||||
|
||||
Open a URL or search keywords by search engine in new window.
|
||||
|
|
Reference in a new issue