1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 01:42:27 +01:00

Document :map-<silent>

This commit is contained in:
Kris Maglione
2008-10-15 02:37:42 +00:00
parent 9f22a91b64
commit be2e39a09e
3 changed files with 11 additions and 0 deletions

1
NEWS
View File

@@ -7,6 +7,7 @@
special versions for the old behavior
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
VimperatorLeave respectively
* add :map <silent> to prevent a mapping from being echoed
* add guioptions=nN to number tabs
* add :loadplugins command
* add . mapping

View File

@@ -190,6 +190,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:macros|| List all macros +
||:map|| Map a key sequence +
||:mapclear|| Remove all mappings +
||:map-<silent>|| Map a silent key sequence +
||:mark|| Mark current location within the web page +
||:marks|| Show all location marks of current web page +
||:mkvimperatorrc|| Write current key mappings and changed options to the config file +

View File

@@ -141,6 +141,15 @@ Map the key sequence {lhs} to {rhs} (in insert mode). No remapping of the
________________________________________________________________________________
|:map-<silent>| +
________________________________________________________________________________
When the first argument to one of the mapping commands is <silent>, {rhs}
is not echoed to the commandline, nor, for that matter, is anything else
until the command has completed.
________________________________________________________________________________
|:unm| |:unmap| +
||:unm[ap] {lhs}||
________________________________________________________________________________