aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2010-01-24 23:33:31 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2010-01-24 23:33:31 +0800
commitbf4d89b80c7eb435c64028f70e6470e4984d8f1c (patch)
tree114837d64473094d45992669e5fbb128a5cf7854 /examples/config
parentddf6cfbb7f85ae994681e2578d230563baa419f4 (diff)
parent1f9dc0bb9d125449eb578dacb0bd3d50885292d6 (diff)
Merge branch 'master' of git://github.com/Dieterbe/uzbl
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/config/config b/examples/config/config
index 2801d56..a2cbdcb 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -308,9 +308,11 @@ set toggle_cmd_ins = @toggle_modes command insert
@cbind u = spawn @scripts_dir/load_url_from_bookmarks.sh
# --- Link following (similar to vimperator and konqueror) ---
-@cbind fl* = script @scripts_dir/follow_Numbers.js %s
-# Or number with strings instead of numbers:
-@cbind fL* = script @scripts_dir/follow_Numbers_Strings.js %s
+# Set custom keys you wish to use for navigation. Some common examples:
+set follow_hint_keys = qwerty
+#set follow_hint_keys = asdfghjkl;
+#set follow_hint_keys = thsnd-rcgmvwb/;789aefijkopquxyz234
+@cbind f* = script @scripts_dir/follow.js '%s @{follow_hint_keys}'
# --- Form filler binds ---
# this script allows you to configure (per domain) values to fill in form