mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
tmux: extend session name on statusbar to 20 chars
This commit is contained in:
parent
4dafacdf9f
commit
68c6923f11
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue