Remove space before the left status in tmux
This commit is contained in:
parent
50311f4102
commit
c40d215db3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
bind -n C-Up resize-pane -U 5
|
||||
|
||||
# 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-length 100
|
||||
set-option -g status-style "fg=#7C7D83 bg=#242631"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue