diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index c58d215..7094f19 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -1,6 +1,7 @@ set -g default-command "zsh" set -g default-terminal "tmux-256color" set -g history-limit 20000 +set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # automatically renumber tmux windows set -g renumber-windows on