aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:14:42 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:14:42 -0400
commitde6c0fba6787c2b05e44244cfe3cdb1c864e0423 (patch)
tree39b3882c9583914abf796a16719cbe39fb4289bc /examples/config
parente208b432c1337d5b09650fe2f192fd9d5bf117af (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 bbd9f82..fe2565c 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -305,7 +305,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