diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |