Files
Dotfiles/.tmux.conf
2026-07-21 12:33:22 +00:00

9 lines
219 B
Bash

#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