From 6fa68d199e844568e63b20fdfaaf3be320664f4e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 21 Dec 2024 08:40:37 +0000 Subject: conflict in bashrc sorted --- tmux.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.conf') 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 -- cgit v1.2.3