1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 03:15:45 +01:00

Add :only.

This commit is contained in:
Doug Kearns
2009-10-03 01:13:21 +10:00
parent 2788afdb25
commit 3c1ad3089e
4 changed files with 20 additions and 0 deletions

View File

@@ -323,6 +323,13 @@ Close window.
________________________________________________________________________________
|:on| |:only|
||:on[ly]||
________________________________________________________________________________
Close all other windows.
________________________________________________________________________________
|:xa| |:xall| |:wq| |:wqa| |:wqall|
||:wqa[ll]|| +
||:xa[ll]||

View File

@@ -221,6 +221,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:nohlsearch[c]|| Remove the search highlighting +
||[c]:noremap[c]|| Map a key sequence without remapping keys +
||[c]:normal[c]|| Execute Normal mode commands +
||[c]:only[c]|| Close all other windows +
||[c]:open[c]|| Open one or more URLs in the current tab +
||[c]:optionusage[c]|| List all options with a short description +
||[c]:pageinfo[c]|| Show various page information +