diff options
author | Brendan Taylor <whateley@gmail.com> | 2011-05-23 15:20:48 +0000 |
---|---|---|
committer | Brendan Taylor <whateley@gmail.com> | 2011-05-23 15:20:48 +0000 |
commit | 953478545c6ec966f69d97aee7b8f49c40bd8ca0 (patch) | |
tree | 7d101250d2a25efc952cb7e9a5d22a8db149a200 /examples | |
parent | b91497144f392fe8dfedb1c250b6b2a5a4f94c5b (diff) |
yU should be able to yank URLs with spaces
Diffstat (limited to 'examples')
-rw-r--r-- | examples/config/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |