Merge pull request #348 from luanpotter/q_command_close_tab

implement :q to close tab
This commit is contained in:
Shin'ya Ueoka 2018-05-10 22:23:53 +09:00 committed by GitHub
commit b0dddc9fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -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.