Added fix for terminal colors in nested tmux and nvim

This commit is contained in:
2022-06-08 11:22:13 +02:00
parent 9bd48adb13
commit fc87ac1fec
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
# ==========================
# === General settings ===
# ==========================
set-option -ga terminal-overrides ",*256col*:Tc"
set -g default-terminal "screen-256color"
# Change prefix key to C-a, easier to type, same to "screen"