Merge pull request #402 from jvbrandaom/quit-all-command

Adds command to close all tabs
This commit is contained in:
Shin'ya Ueoka 2018-07-01 07:04:05 +09:00 committed by GitHub
commit 9f64b19bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View file

@ -131,10 +131,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.