From 61d0d75be7f1a19d74c776ac45ee0bb2176ab0bd Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 16 Jan 2025 11:12:10 +0300 Subject: [PATCH] Tmux: Move status bar to top. --- home/file/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/file/tmux/tmux.conf b/home/file/tmux/tmux.conf index 46563da..b11eaef 100644 --- a/home/file/tmux/tmux.conf +++ b/home/file/tmux/tmux.conf @@ -58,8 +58,8 @@ bind -n M-C kill-pane -a # Status. bind-key -n M-f set-option -g status; set -g status-left-length 50 -set -g status-position bottom -set -g status-justify left +set -g status-position top +set -g status-justify left # absolute-centre set -g status-left "#[bold] #H-#S #[default]" set -g status-right "" set-window-option -g window-status-separator ""