aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-11-10 13:44:51 +0300
committereug-vs <eugene@eug-vs.xyz>2021-11-10 13:44:51 +0300
commit24000f6052a2c87bde8f9baa82e35a90e3118917 (patch)
treeda3ae3fb9f376b7fe5a0240c639b18430d54165f /tmux/.tmux.conf
parenta18a2eb88b01087917a48df11b131e499959893c (diff)
downloaddotfiles-24000f6052a2c87bde8f9baa82e35a90e3118917.tar.gz
fix(tmux): neovim true color issue
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf3
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