diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-12 09:12:25 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-12 09:12:25 +0900 |
commit | 4116d0864213e30a6157edb6e573b0c880a4ec66 (patch) | |
tree | 89bdf830e38d4e56f4457ebaec83775f0e878419 | |
parent | b91e53e5feff66c1744faa930f4a79f493f91875 (diff) |
Add bdelete and bdeletes command to README
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -85,10 +85,18 @@ 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 +#### `:quit` command Close the current tab. +#### `:bdelete` command + +Close a certain tab. + +#### `:bdeletes` command + +Close tabs matches with keywords. + #### `:winopen` command Open a URL or search keywords by search engine in new window. |