aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-10 04:14:42 +0800
committerGravatar Brendan Taylor <whateley@gmail.com>2010-10-11 23:40:37 +0800
commitc98f8cc6e624a8490a535abedca7e72c1df8bb38 (patch)
tree859530a75511546a3347febcb83eb7a5192691b3 /examples/config
parent81711172d004473ce56b153f3aad3d56c395f795 (diff)
Add the same duality for pasting a url as others
It changes gY's meaning, but it better matches with go/gO and friends.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index d927b27..925f59b 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -309,7 +309,8 @@ set formfiller = spawn @scripts_dir/formfiller.sh
@cbind gN = event NEW_TAB_NEXT
@cbind go<uri:>_ = event NEW_TAB %s
@cbind gO<uri:>_ = event NEW_TAB_NEXT %s
-@cbind gY = sh 'echo "event NEW_TAB `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4'
+@cbind gy = sh 'echo "event NEW_TAB `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4'
+@cbind gY = sh 'echo "event NEW_TAB_NEXT `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4'
# Closing / resting
@cbind gC = exit