diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index 2ef0f3a9..b3a1cf1b 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -362,7 +362,10 @@ but not really useful in that context. Commands (c.f. previous sections) can be chained, by being separated either by new lines or by semicolons, as such a semicolon must be escaped with a -backslash (\;) to be considered as a literal semicolon argument +backslash (\;) to be considered as a literal semicolon argument. + +To avoid trouble while writing `map` or `execute-keys` commands in scripts, +the alternative key namings `` and `` can be used. == Declaring new commands diff --git a/doc/pages/keys.asciidoc b/doc/pages/keys.asciidoc index d4bba91f..c1600a3e 100644 --- a/doc/pages/keys.asciidoc +++ b/doc/pages/keys.asciidoc @@ -40,7 +40,7 @@ In order to bind some keys to arbitrary ones, refer to <*:: commit changes up to now as a single undo group -**:: +**, **:: escape to normal mode for a single command == Insert mode completion @@ -195,10 +195,10 @@ the Shift modifier and moving will extend each selection instead. **:: scroll half a page down -*;*:: +*;*, **:: reduce selections to their cursor -**:: +**, **:: flip the direction of each selection **:: @@ -693,7 +693,7 @@ in order to specify the wanted object: *c*:: select user defined object, will prompt for open and close text -**:: +**, **:: run a command with additional expansions describing the selection context (See <>) @@ -797,5 +797,5 @@ The following keys are recognized by this mode to help with editing expand the typed expansions in currently entered text (See <>) -**:: +**, **:: escape to normal mode for a single command