feat(tmux): remove padding from the bar
This commit is contained in:
parent
80fea4fe2c
commit
df3bd9fa20
1 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,4 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \
|
|||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
# Padding for the status bar (Need to put it here to work correctly)
|
||||
set -Fg 'status-format[1]' '#{status-format[0]}'
|
||||
set -g 'status-format[1]' ''
|
||||
set -g status 2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue