diff --git a/home/user/.config/tmux/options.conf b/home/user/.config/tmux/options.conf index d2ca3f4..7edeb4a 100644 --- a/home/user/.config/tmux/options.conf +++ b/home/user/.config/tmux/options.conf @@ -27,7 +27,7 @@ set -g display-panes-time $_tmux_display_panes_time set -g lock-command vlock # Shell command to lock client set -g default-terminal "tmux-256color" -set -g terminal-overrides[101] "tmux-256color:Tc" +set -g terminal-overrides[101] "xterm-256color:Tc" set-hook -g after-new-session[101] 'rename-window -t 1 1'