aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-01-07 12:20:52 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 20:38:16 -0700
commita159bc7c3f437857f3684959caeeee9e33972598 (patch)
tree7c866297f5a821e1c4eadd48deb61fdd9fca274c /examples/config
parent42ead959c23fdaacb530744139be2bb94600be3d (diff)
tidying after the history branch merge
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/config/config b/examples/config/config
index 2fea0d7..c708576 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -200,8 +200,7 @@ set ebind = @mode_bind global,-insert
#@ebind <Ctrl>du = event APPEND_KEYCMD \@uri
#@ebind <Ctrl>dt = event APPEND_KEYCMD \@title
-
-# === Mouse bindings =========================================================
+# --- Mouse bindings ---------------------------------------------------------
# Middle click open in new window
@bind <Button2> = sh 'if [ "$1" ]; then echo "event REQ_NEW_WINDOW $1" > "$UZBL_FIFO"; else echo "uri $(xclip -o | sed s/\\\@/%40/g)" > "$UZBL_FIFO"; fi' '\@SELECTED_URI'