Clean up things.

This commit is contained in:
2026-02-13 20:56:20 -05:00
parent 32c55d07af
commit faf8bf8170
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,6 @@
# + Source: https://www.seanh.cc/2020/12/27/copy-and-paste-in-tmux/
# + Depends: https://github.com/tmux-plugins/tmux-yank#linux
set -g mouse on
# Custom drop-down menu
set-option -s set-clipboard external
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"