aboutsummaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-21 08:40:37 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-21 08:40:37 +0000
commit6fa68d199e844568e63b20fdfaaf3be320664f4e (patch)
tree789c6373d7810ef69daf6d54f4318913aec6b90e /tmux.conf
parent557a84f42c2ed20dbba1ee16b79733118e8e39da (diff)
conflict in bashrc sorted
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