aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config/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 eb17813..d58d0a5 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -295,9 +295,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