aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:25:28 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:25:28 -0400
commitc585a24f67fcd7e796ef25366123db21cfad1322 (patch)
tree7fadea9f1da3c6ca664546bfaa2ee0f1fde93089 /examples/config
parenta43400b5633dcff781e5c4ff5a52608cf3e29793 (diff)
Make tabbed versions of the 'clone' binding
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/config/config b/examples/config/config
index 961d1d9..a387019 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -262,8 +262,7 @@ set ebind = @mode_bind global,-insert
@cbind yy = sh 'echo -n $7 | xclip'
# Clone current window
-@cbind c = sh 'echo "event NEW_TAB $6" > $4'
-#@cbind c = sh 'uzbl-browser -u $6'
+@cbind c = sh 'uzbl-browser -u $6'
# Go the page from primary selection
@cbind p = sh 'echo "uri `xclip -selection primary -o | sed s/\\\@/%40/g`" > $4'
# Go to the page in clipboard
@@ -311,6 +310,10 @@ set formfiller = spawn @scripts_dir/formfiller.sh
@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'
+# Clone current tab
+@cbind gd = sh 'echo "event NEW_TAB $6" > $4'
+@cbind gD = sh 'echo "event NEW_TAB_NEXT $6" > $4'
+
# Closing / resting
@cbind gC = exit
@cbind gQ = event CLEAN_TABS