Remove space before the left status in tmux

This commit is contained in:
Oliver Davies 2023-11-29 09:53:10 +00:00
parent 50311f4102
commit c40d215db3

View file

@ -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"