tmux: extend session name on statusbar to 20 chars

This commit is contained in:
John Bowdre 2024-01-18 10:00:52 -06:00
parent 4dafacdf9f
commit 68c6923f11

View file

@ -34,6 +34,9 @@
bind -n M-j previous-window # alt+j
bind -n M-k next-window # alt+k
# display up to 20 chars of session name
set-option -g status-left-length 20
# default statusbar colors
set-option -g status-style fg=yellow,bg=black