From 06ea1bba08f6a7b5badaaea4f307c519a4ade9c7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 8 May 2018 09:58:55 -0300 Subject: Fix typo in tmux-gnu-linux.conf --- tmux/tmux-gnu-linux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux') 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!" -- cgit v1.2.3