9 lines
219 B
Bash
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
|