fix nvim colorscheme in tmux

This commit is contained in:
thek4n 2024-02-09 22:46:04 +03:00
parent 9ed41847d5
commit 5050bee3c9

View File

@ -14,6 +14,7 @@ bind -r C-l select-pane -R # move right
bind -r C-n next-window bind -r C-n next-window
bind -r C-p previous-window bind -r C-p previous-window
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g status-right '%d.%m.%Y %H:%M' set -g status-right '%d.%m.%Y %H:%M'