From 8a52115e7da225174a12f078fa593fd684115531 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Sat, 21 Nov 2009 00:43:40 +0800 Subject: Alpha keycmd completion plugin commit. A few bugs remaining. --- examples/config/uzbl/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/config') 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 = [\@[\@mode_indicator]\@] -set keycmd_section = [\@[\@keycmd_prompt]\@\@modcmd\@keycmd] +set keycmd_section = [\@[\@keycmd_prompt]\@\@modcmd\@keycmd] \@completion_list set progress_section = \@[\@progress_format]\@ set uri_section = \@[\@uri]\@ set name_section = \@[\@NAME]\@ @@ -243,6 +243,7 @@ set formfiller = spawn @scripts_dir/formfiller @bind = event SET_CURSOR_POS + @bind = event KEYCMD_BACKSPACE @bind = event KEYCMD_DELETE +@bind = event START_COMPLETION # readline-ish bindings @bind w = event KEYCMD_STRIP_WORD -- cgit v1.2.3