From 953478545c6ec966f69d97aee7b8f49c40bd8ca0 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 23 May 2011 15:20:48 +0000 Subject: yU should be able to yank URLs with spaces --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index 8ae9cb3..798ac80 100644 --- a/examples/config/config +++ b/examples/config/config @@ -310,7 +310,7 @@ set ebind = @mode_bind global,-insert # Yanking & pasting binds @cbind yu = sh 'echo -n "$UZBL_URI" | xclip' -@cbind yU = sh 'echo -n "$1" | xclip' \@SELECTED_URI +@cbind yU = sh 'echo -n "$1" | xclip' '\@SELECTED_URI' @cbind yy = sh 'echo -n "$UZBL_TITLE" | xclip' # Clone current window -- cgit v1.2.3