diff --git a/doc/manpages/mapping.asciidoc b/doc/manpages/mapping.asciidoc index 1a11d312b..18863d394 100644 --- a/doc/manpages/mapping.asciidoc +++ b/doc/manpages/mapping.asciidoc @@ -50,3 +50,57 @@ set to the same sequence of keys passed using the *expected* argument. For more information about the values of the *scope* parameter, refer to the 'scopes' documentation page. + +Mappable keys +------------- + +For *key* and *keys* in the *map* command, the following key names can +be used: + +*x*, **:: + Most keys, especially alphabetic keys, represent themselves. + Keys can also be wrapped in angle-brackets for consistency + with the non-alphabetic keys below. + +*X*, **:: + Holding down Shift while pressing the *x* key. + +**:: + Holding down Control while pressing the *x* key. + +**:: + Holding down Alt while pressing the *x* key. + +**, **:: + The *<* and *>* characters. + +**, **:: + The *+* and *-* characters.. + +**:: + The Return or Enter key. + +**:: + The space bar. + +**:: + The Tab key. + +**:: + The reverse-tab key. This is Shift-Tab on most keyboards. + +**:: + The Backspace (delete to the left) key. + +**:: + The Delete (to the right) key. + +**:: + The Escape key. + +**, **, **, **, **, **, **:: +**:: + The usual cursor-movement keys. + +**, **, ...**:: + Function keys.