Remove space before the left status in tmux
This commit is contained in:
parent
50311f4102
commit
c40d215db3
|
@ -33,7 +33,7 @@
|
||||||
bind -n C-Up resize-pane -U 5
|
bind -n C-Up resize-pane -U 5
|
||||||
|
|
||||||
# Status line customisation
|
# Status line customisation
|
||||||
set-option -g status-left " "
|
set-option -g status-left " "
|
||||||
set-option -g status-right " #{session_name} "
|
set-option -g status-right " #{session_name} "
|
||||||
set-option -g status-right-length 100
|
set-option -g status-right-length 100
|
||||||
set-option -g status-style "fg=#7C7D83 bg=#242631"
|
set-option -g status-style "fg=#7C7D83 bg=#242631"
|
||||||
|
|
Loading…
Reference in a new issue