Tmux: Move status bar to top.

This commit is contained in:
Dmitry Voronin 2025-01-16 11:12:10 +03:00
parent 63f3b6a32a
commit 61d0d75be7
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -58,8 +58,8 @@ bind -n M-C kill-pane -a
# Status. # Status.
bind-key -n M-f set-option -g status; bind-key -n M-f set-option -g status;
set -g status-left-length 50 set -g status-left-length 50
set -g status-position bottom set -g status-position top
set -g status-justify left set -g status-justify left # absolute-centre
set -g status-left "#[bold] #H-#S #[default]" set -g status-left "#[bold] #H-#S #[default]"
set -g status-right "" set -g status-right ""
set-window-option -g window-status-separator "" set-window-option -g window-status-separator ""