From bfe3f27650474ef29bc99f5227520d58f74e906c Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 22 Apr 2015 23:29:34 +0200 Subject: fixed spotlight with locate not escaping properly --- config/uzbl/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/uzbl/config b/config/uzbl/config index 7d2abe7..600e5e6 100644 --- a/config/uzbl/config +++ b/config/uzbl/config @@ -501,7 +501,7 @@ set formfiller spawn @scripts_dir/formfiller.sh @cbind g> = event LAST_TAB @cbind l = event NEXT_TAB @cbind h = event PREV_TAB -@cbind gi_ = event GOTO_TAB %s +#@cbind gi_ = event GOTO_TAB %s @cbind = event MOVE_CURRENT_TAB_LEFT @cbind = event MOVE_CURRENT_TAB_RIGHT @cbind gm_ = event MOVE_CURRENT_TAB %s -- cgit v1.2.3-54-g00ecf