aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-29 18:50:44 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-29 18:50:44 +0800
commit06dd36b6656e272c52b9628dfebc24d4c727b34a (patch)
treef9acb20e8b488b656d567ea6599b6120cd66644f /examples/config
parent485b445f80f6fb9a42906be70fb20d45878f250f (diff)
Repair command insert toggle.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 7a2aaa0..29cb365 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -310,7 +310,7 @@ set default_mode = command
set toggle_cmd_ins = @toggle_modes command insert
@bind i = @toggle_cmd_ins
-@bind <Ctrl><i> = @toggle_cmd_ins
+@bind <Ctrl>i = @toggle_cmd_ins
# === Post-load misc commands ===============================================