aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-05-08 09:58:55 -0300
committerEuAndreh <eu@euandre.org>2018-05-08 09:58:55 -0300
commit06ea1bba08f6a7b5badaaea4f307c519a4ade9c7 (patch)
tree6b178a15fd6979eeb4f9db2ac74f8f264732996a
parentAdd shell repo (diff)
downloaddotfiles-06ea1bba08f6a7b5badaaea4f307c519a4ade9c7.tar.gz
dotfiles-06ea1bba08f6a7b5badaaea4f307c519a4ade9c7.tar.xz
Fix typo in tmux-gnu-linux.conf
-rw-r--r--tmux/tmux-gnu-linux.conf3
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!"