Tmux: Add a space to the status-right.
This commit is contained in:
parent
70b2b9bf55
commit
f80b92cd39
|
@ -61,7 +61,7 @@ set -g status-left-length 50
|
|||
set -g status-position top
|
||||
set -g status-justify absolute-centre
|
||||
set -g status-left "#[bold] #S #[default]"
|
||||
set -g status-right "#[bold] #H"
|
||||
set -g status-right "#[bold] #H "
|
||||
# set -g status-interval 2
|
||||
set-window-option -g window-status-separator ""
|
||||
setw -g window-status-current-format " #W "
|
||||
|
|
Loading…
Reference in a new issue