diff options
author | EuAndreh <eu@euandre.org> | 2018-05-08 09:58:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-05-08 09:58:55 -0300 |
commit | 06ea1bba08f6a7b5badaaea4f307c519a4ade9c7 (patch) | |
tree | 6b178a15fd6979eeb4f9db2ac74f8f264732996a | |
parent | Add shell repo (diff) | |
download | dotfiles-06ea1bba08f6a7b5badaaea4f307c519a4ade9c7.tar.gz dotfiles-06ea1bba08f6a7b5badaaea4f307c519a4ade9c7.tar.xz |
Fix typo in tmux-gnu-linux.conf
-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!" |