feat(tmux): set-clipboard on and mouse on (experimental)

This commit is contained in:
xiongdian.me 2024-04-26 11:59:20 +08:00
parent 26598863f0
commit 4c8d5aa2af

View File

@ -1,5 +1,6 @@
set -g prefix ^a 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 default-terminal "xterm-256color"
set -g history-limit 10000 set -g history-limit 10000
@ -50,4 +51,4 @@ set -g window-style fg=colour248
set -g window-active-style fg=white set -g window-active-style fg=white
# better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux # better mouse scrolling. see: https://superuser.com/questions/1622812/mouse-scrolling-in-mobaxterm-tmux
set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g terminal-overrides 'xterm*:smcup@:rmcup@'