From 0be4faaca0030d1fd828d67cdf0f8c28661141e0 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Mon, 28 Dec 2020 19:56:36 +0100 Subject: [PATCH] [tmux] removed deprecated lines --- tmux/tmux.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b6ea5af..4551991 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -42,15 +42,11 @@ bind - split-window -v bind s split-window -v bind v split-window -h -# disable mouse -set-window-option -g mode-mouse off - - # default status bar colours set-option -g status-bg black set-option -g status-fg white set-window-option -g window-status-bell-style bg=black,fg=brightred -set-window-option -g windows-status-current-style fg=brightyellow +set-window-option -g window-status-current-style fg=brightyellow # default status bar content set-option -g status-left "#h" @@ -58,7 +54,7 @@ set-option -g status-left-length 70 set-option -g status-right "%a %d-%m-%y :: %H:%M" # enable UTF-8 support -set-option -g status-utf8 on +set-option -g status on # Try loading machine specific things