aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-21 21:27:02 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-21 21:27:02 +0100
commit7ba8ad362f8db58907b44084e09d5b80aab70c0a (patch)
treece400db0ccad5b08c7e801474c03085f2a9e0190 /examples
parent31a3cad19cdaf5071e914d4f9a64a85686ba2c63 (diff)
parent210c8591a81a12fb0fc5a2b40d4091a4903f63e6 (diff)
Merge branch 'master' into experimental
Diffstat (limited to 'examples')
-rw-r--r--examples/config/uzbl/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 7c78ead..0fa7434 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -8,6 +8,8 @@ set prefix = /usr/local
# Config related events (use the request function):
# request BIND <keycmd> = <command>
set bind = request BIND
+# request MODE_BIND <mode spec> <keycmd> = <command>
+set mode_bind = request MODE_BIND
# request MODE_CONFIG <mode> <key> = <value
set mode_config = request MODE_CONFIG
# request ON_EVENT <EVENT_NAME> <command>
@@ -161,6 +163,7 @@ menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js
@bind >> = scroll vertical end
@bind ^ = scroll horizontal begin
@bind $ = scroll horizontal end
+@mode_bind global,-insert <Space> = scroll vertical end
@bind b = back
@bind m = forward
@bind S = stop