From a43400b5633dcff781e5c4ff5a52608cf3e29793 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 9 Oct 2010 16:15:27 -0400 Subject: Add a keybinding to open a similar window History is lost, but it works as a temporary bookmarking system. --- examples/config/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/config') diff --git a/examples/config/config b/examples/config/config index fe2565c..961d1d9 100644 --- a/examples/config/config +++ b/examples/config/config @@ -261,6 +261,9 @@ set ebind = @mode_bind global,-insert @cbind yu = sh 'echo -n $6 | xclip' @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' # 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 -- cgit v1.2.3