mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 08:15:47 +01:00
Document :map-<silent>
This commit is contained in:
1
NEWS
1
NEWS
@@ -7,6 +7,7 @@
|
|||||||
special versions for the old behavior
|
special versions for the old behavior
|
||||||
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
||||||
VimperatorLeave respectively
|
VimperatorLeave respectively
|
||||||
|
* add :map <silent> to prevent a mapping from being echoed
|
||||||
* add guioptions=nN to number tabs
|
* add guioptions=nN to number tabs
|
||||||
* add :loadplugins command
|
* add :loadplugins command
|
||||||
* add . mapping
|
* add . mapping
|
||||||
|
|||||||
@@ -190,6 +190,7 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
|
|||||||
||:macros|| List all macros +
|
||:macros|| List all macros +
|
||||||
||:map|| Map a key sequence +
|
||:map|| Map a key sequence +
|
||||||
||:mapclear|| Remove all mappings +
|
||:mapclear|| Remove all mappings +
|
||||||
|
||:map-<silent>|| Map a silent key sequence +
|
||||||
||:mark|| Mark current location within the web page +
|
||:mark|| Mark current location within the web page +
|
||||||
||:marks|| Show all location marks of current web page +
|
||:marks|| Show all location marks of current web page +
|
||||||
||:mkvimperatorrc|| Write current key mappings and changed options to the config file +
|
||: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| |:unmap| +
|
||||||
||:unm[ap] {lhs}||
|
||:unm[ap] {lhs}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user