aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:15:27 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-09 16:16:27 -0400
commita43400b5633dcff781e5c4ff5a52608cf3e29793 (patch)
treea3ac2b3ea99465553b5cfa22185945f5dc46ba19 /examples/config
parentde6c0fba6787c2b05e44244cfe3cdb1c864e0423 (diff)
Add a keybinding to open a similar window
History is lost, but it works as a temporary bookmarking system.
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/config3
1 files changed, 3 insertions, 0 deletions
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