diff options
-rw-r--r-- | tmux/tmux-gnu-linux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux/tmux-gnu-linux.conf b/tmux/tmux-gnu-linux.conf index 592655a..562974f 100644 --- a/tmux/tmux-gnu-linux.conf +++ b/tmux/tmux-gnu-linux.conf @@ -1,3 +1,2 @@ -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe "xclip -selection clipbo -ard -i" \; display-message "Copied! Long-live tmux!" +bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-message "Copied! Long-live tmux!" bind-key y send-keys -X copy-pipe "xclip -selection clipboard -i" \; display-message "Copied system clipboard! Hooray! Long-live tmux!" |