diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6d112da..31eb48f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -35,5 +35,5 @@ set-option -g status-left-length 0 # Options to make NeoVim (more) happy set-option -g focus-events on -set-option -g default-terminal "xterm-256color" -set-option -sa terminal-overrides ',xterm-256color:RGB' +set-option -g default-terminal "tmux-256color" +set-option -sa terminal-overrides ',tmux-256color:RGB'