aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-21 20:12:36 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-21 20:12:36 +0100
commit210c8591a81a12fb0fc5a2b40d4091a4903f63e6 (patch)
tree179354ae8bf3a16b80df105c8baf0402d05ace93 /examples
parent899e50b0f207bcd2ea4fe248b30ad25d8ecf0baf (diff)
more documentation + MODE_BIND example in config
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 33e074f..93002bf 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