1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-03 12:53:34 +02: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

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}||
________________________________________________________________________________