Tmux : Make right status blank.
This commit is contained in:
parent
a84108ebca
commit
57cd17bc7d
|
@ -14,6 +14,7 @@ in {
|
|||
|
||||
set -g status-left "#[bold] #H-#S "
|
||||
set -g status-left-length ${toString(setting.tmux.status.length)}
|
||||
set -g status-right ""
|
||||
|
||||
set-window-option -g window-status-separator ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue