diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-21 08:40:37 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-21 08:40:37 +0000 |
commit | 6fa68d199e844568e63b20fdfaaf3be320664f4e (patch) | |
tree | 789c6373d7810ef69daf6d54f4318913aec6b90e /tmux.conf | |
parent | 557a84f42c2ed20dbba1ee16b79733118e8e39da (diff) |
conflict in bashrc sorted
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 |