commit 81303427633fc0434bc77b44ca5ba96f489664bb parent 07c96b035b54ac9f07e25ebde05d680c60f526bd Author: dwrz <dwrz@dwrz.net> Date: Sat, 17 Jun 2023 19:58:12 +0000 Update tmux conf Diffstat:
M | tmux/tmux.conf | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -1,6 +1,4 @@ set -g history-limit 32767 set -g mouse on set -g status-right "" -set -g default-terminal "xterm-256color" - -bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i" +set -s copy-command 'xclip'