From 2523ee9477648c54828fe6de5034fc48749fd58e Mon Sep 17 00:00:00 2001 From: Eragos Date: Sun, 10 Jul 2016 13:39:39 +0200 Subject: [PATCH] status-position bottom is default. so we do not need to set --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 7a0daf9..f0b95e5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -48,7 +48,7 @@ set -g pane-active-border-fg colour51 set -g status-utf8 on set -g status-justify left set -g status-interval 2 -set -g status-position bottom +# set -g status-position bottom set -g status-bg colour234 set -g status-fg colour137 set -g status-attr dim