aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-19 09:47:22 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-19 09:47:22 +0200
commit86df99cf27a6e833f175060288eb8cef9d0cb593 (patch)
treed27437be1e31df494e61282a5675b6b952b82612 /README
parent0a216341c42744720990140a4ca1d42decab2ccd (diff)
deprecate insert/command mode, always_insert_mode, mode indicators, in favor of soon to be implemented EM replacements. uzbl-core now only knows if it should forward_keys to the webkitview or not
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index e1e7682..a6305a4 100644
--- a/README
+++ b/README
@@ -147,7 +147,7 @@ The following commands are recognized:
* `search <string>`
* `search_reverse <string>`
- search with no string will search for the next/previous occurrence of the string previously searched for
-* `toggle_insert_mode <optional state>`
+* `toggle_insert_mode <optional state>` TODO new plugin based syntax
- if the optional state is 0, disable insert mode. If 1, enable insert mode.
* `dump_config`
- dumps your current config (which may have been changed at runtime) to stdout, in a format you can use to pipe into uzbl again (or use as config file)
@@ -186,14 +186,15 @@ Besides the builtin variables you can also define your own ones and use them in
- status_pbar_pending: character to denote pending % of pageload
- status_pbar_width: width of progressbar
- status_background: color which can be used to override Gtk theme.
- - insert_indicator: string to denote insert mode
- - command_indicator: string to denote command mode
+ - 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_short: titlebar string when statusbar shown (will be expanded)
- icon: path to icon for Gtk
- - insert_mode: whether insert mode is active
- - always_insert_mode: set this to true if you don't like modal (vim-like) interfaces
- - reset_command_mode: automatically revert to command mode on pageload (unless always_insert_mode is set)
+ - forward_keys: whether uzbl-core should send key events to the webkit view
+ - insert_mode: whether insert mode is active TODO explain plugin variable
+ - 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
- load_finish_handler
- load_start_handler