aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-04-11 21:31:56 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-04-11 21:31:56 +0800
commitcffd9488c644d77cee5a6bb3acd448b4ee43fce7 (patch)
tree46b230dbcfc075c9c3f6a7ea0f010c052accb6f7 /examples/config
parentef94d5c22e84d6a591cf02aa6b787747f40b55ca (diff)
TOGGLE_MODES event was removed, update insert mode binds in config.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/config/config b/examples/config/config
index f33f10c..3c40d18 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -244,13 +244,8 @@ set ebind = @mode_bind global,-insert
@cbind O<uri:\@uri>_ = uri %s
# Mode setting binds
-# Changing mode via set.
-@cbind I = @set_mode insert
-# Or toggle between modes by raising the toggle event.
-set toggle_cmd_ins = @toggle_modes command insert
-@cbind i = @toggle_cmd_ins
-# And the global toggle bind.
-@bind <Ctrl>i = @toggle_cmd_ins
+@cbind i = @set_mode insert
+@bind <Ctrl>i = @set_mode insert
# Hard-bound bookmarks
@cbind gh = uri http://www.uzbl.org