aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-04-05 12:50:39 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-04-05 12:50:58 +0200
commitabbcb2b61eaebeeaf025641b261594a0ab9a0cff (patch)
treebe15cd6d2008f5c4b5b7d48ab570cbf65b96fb12
parentae15d257a858fe27090f3e5798357aea2f5a76da (diff)
<Ctrl>[ should be escape-bound, not <Ctrl>]
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index 504c7b8..a46ba13 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -163,7 +163,7 @@ set ebind = @mode_bind global,-insert
# Resets keycmd and returns to default mode.
@on_event ESCAPE @set_mode
@bind <Escape> = event ESCAPE
-@bind <Ctrl>] = event ESCAPE
+@bind <Ctrl>[ = event ESCAPE
# Commands for editing and traversing the keycmd.
@ebind <Return> = event KEYCMD_EXEC_CURRENT