From cbe9b431bc1cbaa03578748b25339082fa1253b0 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Thu, 18 Feb 2021 21:14:16 +0100 Subject: Fixed vim + tmux color issue --- .config/tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/tmux') diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 1c3bf2d..b2635b5 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -1,6 +1,8 @@ # show session, window, pane in left status bar set -g @plugin 'tmux-plugins/tpm' set -g @plugin "arcticicestudio/nord-tmux" + +# Allows vim to display colors correctly. set -g terminal-overrides ',xterm-256color:Tc' set -g default-terminal "screen-256color" set -as terminal-overrides ',xterm*:sitm=\E[3m' @@ -9,6 +11,7 @@ set -g status-position top # statusbar position set -g status-interval 1 set -g status-left-length 40 set -g status-right-length 140 + #set-option -g status-left '#[fg=white]⚡️#(whoami)@#(hostname -s) | #[fg=green]' #set-option -g status-right '#[fg=aqua]%b %_d %H:%M' -- cgit v1.2.3-70-g09d2