aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-20 21:47:04 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-20 21:47:04 +0200
commit8923aac8bd5af5bfb3748db28dd77a7d07e9b852 (patch)
treef971e76c0187192b6339df2088f2438785fbaf23 /examples/configs
parenta2779dd768f89601dab57ef5d8e3eaecbce12d2b (diff)
fix for insert mode
Diffstat (limited to 'examples/configs')
-rw-r--r--examples/configs/sampleconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index b19b850..cbdaf05 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -78,7 +78,8 @@ bind o _ = uri %s
bind :wiki _ = uri http://wiki.archlinux.org/index.php/Special:Search?search=%s&go=Go
bind gg _ = uri http://www.google.com/search?q=%s
bind i = toggle_insert_mode
-bind I = toggle_insert_mode 0 # disable insert mode (1 to enable)
+# disable insert mode (1 to enable). note that Esc works to disable, regardless of this setting
+bind I = toggle_insert_mode 0
bind B = spawn /usr/share/uzbl/examples/scripts/insert_bookmark.sh
bind U = spawn /usr/share/uzbl/examples/scripts/load_url_from_history.sh
bind u = spawn /usr/share/uzbl/examples/scripts/load_url_from_bookmarks.sh