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:
1
NEWS
1
NEWS
@@ -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
|
||||
|
||||
@@ -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 +
|
||||
|
||||
@@ -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}||
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user