This commit is contained in:
root
2026-07-21 11:17:29 +00:00
parent 69f99793b0
commit 7a240b42c3
3 changed files with 21 additions and 6 deletions

8
.tmux.conf Normal file
View File

@@ -0,0 +1,8 @@
#set-option -g remain-on-exit on
set-option -g default-shell /bin/zsh
set -g history-limit 30000
# Allow Tmux to pass through OSC 52 escape sequences
set -g allow-passthrough on
set -g mouse on
set -g set-clipboard on