aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar tczy <cy@wre.ath.cx>2010-01-06 06:05:10 +0200
committerGravatar tczy <cy@wre.ath.cx>2010-01-06 06:05:10 +0200
commit27ed5bd4959e5546bf1d44f17854d85b50dfe1e3 (patch)
tree740864c097df345e1d569f73ec9531b8cbead9e1 /examples
parent7c5e8614c1e57ddb77bc74a078c8d1725e452620 (diff)
appropriate changes to the config example
Diffstat (limited to 'examples')
-rw-r--r--examples/config/uzbl/config8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 9dc4a35..d696c19 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -281,9 +281,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}'
@cbind Xs = js alert("hi");