From 5050bee3c9391ce32de3c8e3331393223c32b923 Mon Sep 17 00:00:00 2001 From: thek4n Date: Fri, 9 Feb 2024 22:46:04 +0300 Subject: [PATCH] fix nvim colorscheme in tmux --- home/user/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/user/.tmux.conf b/home/user/.tmux.conf index 5292ff0..16c818c 100644 --- a/home/user/.tmux.conf +++ b/home/user/.tmux.conf @@ -14,6 +14,7 @@ bind -r C-l select-pane -R # move right bind -r C-n next-window bind -r C-p previous-window +set-option -ga terminal-overrides ",xterm-256color:Tc" set -g status-right '%d.%m.%Y %H:%M' @@ -56,4 +57,4 @@ set -g set-titles on set -g set-titles-string '#S:#I.#P #W' setw -g clock-mode-colour green -setw -g clock-mode-style 24 +setw -g clock-mode-style 24 \ No newline at end of file