From fb0c09b8c6f67f728db6e60e3b7f097699d292e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Thu, 26 May 2011 17:53:16 +0200 Subject: [PATCH] Minor map.xml sanitisation. --- common/locale/en-US/map.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml index ca6d5fcf..c43250b9 100644 --- a/common/locale/en-US/map.xml +++ b/common/locale/en-US/map.xml @@ -115,6 +115,24 @@ +

+ Below is an overview of which modes each map command applies to: +

+ +
+
:map :noremap :unmap
Normal and Visual modes
+
:nmap :nnoremap :nunmap
Normal mode
+
:vmap :vnoremap :vunmap
Visual mode
+
:imap :inoremap :iunmap
Insert mode
+
:tmap :tnoremap :tunmap
Text Edit mode
+
:cmap :cnoremap :cunmap
Command-line mode
+
+ + + The -modes option, described below, provides a more flexible way + to specify the applicable modes. + +

Map options

Any of the map commands may be given the following options: @@ -228,23 +246,6 @@ documentation of those options for more information.

-

Special arguments

- -

- Below is an overview of which modes each map command applies to: -

- - - - -:map :noremap :unmap :mapclear – both Normal and Visual modes -:nmap :nnoremap :nunmap :nmapclear – Normal mode -:vmap :vnoremap :vunmap :vmapclear – Visual mode -:imap :inoremap :iunmap :imapclear – Insert mode -:tmap :tnoremap :tunmap :tmapclear – Text Edit mode -:cmap :cnoremap :cunmap :cmapclear – Command-line mode - -

Key sequences