tmux: remove padding around words in the status
...bar
This commit is contained in:
parent
fc8f930aef
commit
0fc3c765e5
|
@ -36,8 +36,8 @@ in
|
||||||
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=default"
|
set-option -g status-style "fg=#7C7D83 bg=default"
|
||||||
set-option -g window-status-activity-style none
|
set-option -g window-status-activity-style none
|
||||||
|
|
Loading…
Reference in a new issue