diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:54:30 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | 817800e3998972f0b670f3af7828b39f94d3c195 (patch) | |
tree | c9c7843d6ab760b950ba58f85138857ff1ac6c6b /.tmux.conf | |
parent | Don't sync the Calendar from MIT in offlineimap (diff) |
Fix tmux -> X11 clipboard shortcuts
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -55,7 +55,5 @@ set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]â # Use 256 colours set -g default-terminal "screen-256color" -# move x clipboard into tmux paste buffer -bind C-x run "tmux set-buffer \\"$(xclip -o)\\"; tmux paste-buffer" # move tmux copy buffer into x clipboard -bind C-y save-buffer ~/.tmux-buffer \; run-shell "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" +bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" |