This commit is contained in:
root
2026-07-21 11:17:29 +00:00
committed by Amy Retzerau
parent 706ed1e2e7
commit 9c2a72669f
3 changed files with 20 additions and 3 deletions

View File

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