From 4c8d5aa2af89a1daabf7b7e9d9ec7a0d9c1df28b Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Fri, 26 Apr 2024 11:59:20 +0800 Subject: [PATCH] feat(tmux): set-clipboard on and mouse on (experimental) --- .tmux.conf2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf2 b/.tmux.conf2 index 5ffeff8..659ecb0 100644 --- a/.tmux.conf2 +++ b/.tmux.conf2 @@ -1,5 +1,6 @@ set -g prefix ^a -set -g mouse off +set -g mouse on +set -g set-clipboard on set -g default-terminal "xterm-256color" set -g history-limit 10000 @@ -50,4 +51,4 @@ set -g window-style fg=colour248 set -g window-active-style fg=white # better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux -set -g terminal-overrides 'xterm*:smcup@:rmcup@' \ No newline at end of file +set -g terminal-overrides 'xterm*:smcup@:rmcup@'