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 mouse off
set -g mouse on
set -g set-clipboard on
set -g default-terminal "xterm-256color"
set -g history-limit 10000