From 9ae1da52acff7b9870fa46d1e6e5712c4de37c65 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 18 Jul 2019 20:13:14 +0300 Subject: [PATCH] tmux.conf: comment line making new version unhappy --- conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index dfa015a2..ef8a0bbd 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -8,7 +8,7 @@ set -g status-bg black set -g status-fg white # Highlights active window with red background (copied from http://goo.gl/2V0Lz ) -set-window-option -g window-status-current-bg red +#set-window-option -g window-status-current-bg red # Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf ) set -g status-right ' #[fg=yellow,bold]%Y-%m-%d %H.%M%z#[fg=black,bold] #[fg=black,bold]'