diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-22 23:29:34 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-22 23:29:34 +0200 |
commit | bfe3f27650474ef29bc99f5227520d58f74e906c (patch) | |
tree | 47c01cd8eaae908f662a2160a272f3b848aeca99 /config/uzbl | |
parent | 1272155720a681c9c9ededdd19f751e37c665c96 (diff) | |
download | dotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.tar.gz dotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.tar.bz2 dotfiles-bfe3f27650474ef29bc99f5227520d58f74e906c.zip |
fixed spotlight with locate not escaping properly
Diffstat (limited to 'config/uzbl')
-rw-r--r-- | config/uzbl/config | 2 |
1 files changed, 1 insertions, 1 deletions
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<index:>_ = event GOTO_TAB %s +#@cbind gi<index:>_ = event GOTO_TAB %s @cbind <Ctrl><Left> = event MOVE_CURRENT_TAB_LEFT @cbind <Ctrl><Right> = event MOVE_CURRENT_TAB_RIGHT @cbind gm<index:>_ = event MOVE_CURRENT_TAB %s |