aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar tczy <cy@wre.ath.cx>2010-01-06 06:31:19 +0200
committerGravatar tczy <cy@wre.ath.cx>2010-01-06 06:31:19 +0200
commit2b2c04ab16923fda7111f36243c0fbf4e19587bc (patch)
tree0524f41a560f3da539ed5f07a34f95f12a6c52d2 /README
parentd08719163597747477ebe96fc63779373e8fe376 (diff)
document follow_hint_keys
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 0d6ed04..ac044e4 100644
--- a/README
+++ b/README
@@ -192,7 +192,7 @@ Besides the builtin variables you can also define your own ones and use them in
- `status_background`: color which can be used to override Gtk theme.
- `insert_indicator`: string to denote insert mode TODO plugin variable
- `command_indicator`: string to denote command mode TODO plugin variable
- - `title_format_long`: titlebar string when no statusbar shown (will be expanded
+ - `title_format_long`: titlebar string when no statusbar shown (will be expanded)
- `title_format_short`: titlebar string when statusbar shown (will be expanded)
- `icon`: path to icon for Gtk
- `forward_keys`: whether uzbl-core should send key events to the webkit view
@@ -200,6 +200,7 @@ Besides the builtin variables you can also define your own ones and use them in
- `always_insert_mode`: set this to true if you don't like modal (vim-like) interfaces TODO explain plugin variable
- `reset_command_mode`: automatically revert to command mode on pageload (unless always_insert_mode is set) TODO explain plugin variable
- `modkey`: modkey which can be pressed to activate keybind from inside insert mode
+ - `follow_hint_keys`: keys for keyboard-based navigation and link highlighting
- `download_handler`
- `cookie_handler`
- `new_window`: handler to execute to invoke new uzbl window (TODO better name)