aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-21 00:43:40 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-11-21 00:43:40 +0800
commit8a52115e7da225174a12f078fa593fd684115531 (patch)
treea41da6c7f92e23efbc1300a66ecda86c5a7711e8 /examples/config
parentc2b0b39e0b5529bf083b05aca01521f522f038d8 (diff)
Alpha keycmd completion plugin commit. A few bugs remaining.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index a4151bb..3dcc103 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -73,7 +73,7 @@ set prompt_style = foreground="grey"
set cursor_style = underline="single"
set mode_section = <span background="khaki" foreground="black">[\@[\@mode_indicator]\@]</span>
-set keycmd_section = [<span \@prompt_style>\@[\@keycmd_prompt]\@</span><span \@modcmd_style>\@modcmd</span><span \@keycmd_style>\@keycmd</span>]
+set keycmd_section = [<span \@prompt_style>\@[\@keycmd_prompt]\@</span><span \@modcmd_style>\@modcmd</span><span \@keycmd_style>\@keycmd</span>] <span foreground="green">\@completion_list</span>
set progress_section = <span foreground="#606060">\@[\@progress_format]\@</span>
set uri_section = <span foreground="#99FF66">\@[\@uri]\@</span>
set name_section = <span foreground="khaki">\@[\@NAME]\@</span>
@@ -243,6 +243,7 @@ set formfiller = spawn @scripts_dir/formfiller
@bind <Right> = event SET_CURSOR_POS +
@bind <BackSpace> = event KEYCMD_BACKSPACE
@bind <Delete> = event KEYCMD_DELETE
+@bind <Tab> = event START_COMPLETION
# readline-ish bindings
@bind <Ctrl>w = event KEYCMD_STRIP_WORD