dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d86e667f80b68a900e5d469b81a4c013d721bc0b
parent 955e6a92d1f1df776feef363e75ec3b98b70b95c
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Mon, 29 Oct 2012 10:20:56 +0100

Added mouse bindings to uzbl

Diffstat:
M.config/uzbl/config | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.config/uzbl/config b/.config/uzbl/config @@ -261,6 +261,10 @@ set ebind = @mode_bind global,-insert @cbind r = reload @cbind R = reload_ign_cache +# Mouse bindings +@cbind <Button8> = back +@cbind <Button9> = forward + # Zoom binds @cbind + = zoom_in @cbind - = zoom_out