1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 16:24:11 +01:00

add :optionusage, :messages and :delstyle to index.txt

This commit is contained in:
Doug Kearns
2008-11-10 03:22:27 +00:00
parent 588c545f64
commit d71f37b4ff
4 changed files with 24 additions and 46 deletions

View File

@@ -90,6 +90,7 @@ section:Normal{nbsp}mode[normal-index]
||[[|| Follow the link labeled \'prev', \'previous' or \'<' if it exists +
||g$|| Go to the last tab +
||g.|| Redisplay the last command output +
||g0|| Go to the first tab +
||g<C-g>|| Print file information +
||gB|| Repeat last :buffer[!] command in reverse direction +
@@ -163,6 +164,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:delmacros|| Delete macros +
||:delmarks|| Delete the specified marks +
||:delqmarks|| Delete the specified QuickMarks +
||:delstyle|| Delete any matching styles +
||:dialog|| Open a undefined dialog +
||:doautoall|| Apply the autocommands matching the specified URL to all buffers +
||:doautocmd|| Apply the autocommands matching the specified URL to the current buffer +
@@ -195,11 +197,13 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:mapclear|| Remove all mappings +
||:mark|| Mark current location within the web page +
||:marks|| Show all location marks of current web page +
||:messages|| Display previously given messages +
||:mkvimperatorrc|| Write current key mappings and changed options to the config file +
||:nohlsearch|| Remove the search highlighting +
||:noremap|| Map a key sequence without remapping keys +
||:normal|| Execute Normal mode commands +
||:open|| Open one or more URLs in the current tab +
||:optionusage|| List all options with a short description +
||:pageinfo|| Show various page information +
||:pagestyle|| Select the author style sheet to apply +
||:play|| Replay a recorded macro +

View File

@@ -12,8 +12,8 @@ Display previously given messages.
________________________________________________________________________________
|gm| +
||gm||
|g.| +
||g.||
________________________________________________________________________________
Redisplay the last command output. Only the most recent command's output is
available.