aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/config/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