Tmux: Move status bar to top.
This commit is contained in:
parent
63f3b6a32a
commit
61d0d75be7
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue