summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2018-01-18 09:57:14 +0100
committerDelapouite <delapouite@gmail.com>2018-02-12 14:19:58 +0100
commit6b447a0ecb018256c574fc2a36be99698f603cc3 (patch)
tree6561f4c13cc5f27ad31be9ab4353f44c0d70f018 /doc
parent9c25e955dfdddd0ee63c2edb56cde79b18452da8 (diff)
Add declare-user-mode / enter-user-mode commands
Diffstat (limited to 'doc')
-rw-r--r--doc/pages/commands.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc
index 46cf5c2b..4c7a71f3 100644
--- a/doc/pages/commands.asciidoc
+++ b/doc/pages/commands.asciidoc
@@ -129,6 +129,12 @@ command *q!* has to be used). Aliases are mentionned below each commands.
*unmap* <scope> <mode> <key> [<expected>]::
unbind a key combination (See <<mapping#,`:doc mapping`>>)
+*declare-user-mode* <scope> <name>::
+ declare a new user keymap mode within the context of a scope
+
+*enter-user-mode* <scope> <name>::
+ enable <name> keymap mode for next key
+
== Hooks
*hook* [-group <group>] <scope> <hook_name> <filtering_regex> <command>::