From 8da3fc7070bd9a4f6e712d38d9f628f1399b7c57 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 10 Oct 2010 11:46:23 -0400 Subject: Add yU/yY to yank the hovered uri --- examples/config/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/config') diff --git a/examples/config/config b/examples/config/config index a387019..c61ae76 100644 --- a/examples/config/config +++ b/examples/config/config @@ -259,7 +259,9 @@ set ebind = @mode_bind global,-insert # Yanking & pasting binds @cbind yu = sh 'echo -n $6 | xclip' +@cbind yU = sh 'echo -n $8 | xclip' \@SELECTED_URI @cbind yy = sh 'echo -n $7 | xclip' +@cbind yY = sh 'echo -n $8 | xclip' \@SELECTED_URI # Clone current window @cbind c = sh 'uzbl-browser -u $6' -- cgit v1.2.3