aboutsummaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index c9a8a23..94ca07e 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -21,7 +21,6 @@ bind-key Tab capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; di
# Automatically copy selected text to PRIMARY and CLIPBOARD
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-and-cancel\; run-shell -b "tmux show-buffer | xclip -selection primary -i && tmux show-buffer | xclip -selection clipboard -i"
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X select-pane \; send-keys -X copy-selection-and-cancel\; run-shell -b "tmux show-buffer | xclip -selection primary -i && tmux show-buffer | xclip -selection clipboard -i"
-bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X select-pane \; send-keys -X copy-selection-and-cancel\; run-shell -b "tmux show-buffer | xclip -selection primary -i && tmux show-buffer | xclip -selection clipboard -i"
# set prefix key to ctrl-a
set -g prefix C-a