Change temrinal type to xterm-256color for better compatibility

This commit is contained in:
Eric Torres 2023-01-27 09:02:58 -08:00
parent 6dd8b00ad7
commit 2837a69092

View File

@ -21,7 +21,7 @@ bind k select-pane -U
bind l select-pane -R
# Terminal appearance
set -g default-terminal "tmux-256color"
set -g default-terminal "xterm-256color"
# Keep this line at the very bottom
run '~/.config/tmux/plugins/tpm/tpm'