aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-18 16:39:56 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-03-18 16:39:56 +0800
commit18bf628683e43e96c80e3c3095e260a092205ddc (patch)
tree5f03442f4f42f334e373ba9b1161725476884892 /examples
parent6789c9b04c152a0df36a687b3e95c367dd369e80 (diff)
Add <Ctrl>] escape sequence.
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index b712378..9a25de3 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -158,7 +158,9 @@ set ebind = @mode_bind global,-insert
# === Global & keycmd editing binds ==========================================
# Resets keycmd and returns to default mode.
-@bind <Escape> = @set_mode
+@on_event ESCAPE @set_mode
+@bind <Escape> = event ESCAPE
+@bind <Ctrl>] = event ESCAPE
# Commands for editing and traversing the keycmd.
@ebind <Return> = event KEYCMD_EXEC_CURRENT