diff --git a/.tmux.conf b/.tmux.conf index b95d808..58eb40e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,7 @@ # terminal -set -g default-terminal "alacritty" +set -g default-terminal "screen-256color" +set -ga terminal-overrides ",alacritty:Tc" +set -ga terminal-overrides ",xterm-256color:Tc" # vi mode set-window-option -g mode-keys vi