From c585a24f67fcd7e796ef25366123db21cfad1322 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 9 Oct 2010 16:25:28 -0400 Subject: Make tabbed versions of the 'clone' binding --- examples/config/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/config') 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 -- cgit v1.2.3