diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-11-10 13:44:51 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-11-10 13:44:51 +0300 |
commit | 24000f6052a2c87bde8f9baa82e35a90e3118917 (patch) | |
tree | da3ae3fb9f376b7fe5a0240c639b18430d54165f /tmux/.tmux.conf | |
parent | a18a2eb88b01087917a48df11b131e499959893c (diff) | |
download | dotfiles-24000f6052a2c87bde8f9baa82e35a90e3118917.tar.gz |
fix(tmux): neovim true color issue
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 26ba6d4..b69bd9d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "tmux-256color" +set -g default-terminal "st-256color" +set-option -ga terminal-overrides ",st-256color:Tc" # Remove nasty escape time set -sg escape-time 0 |