tmux: longer session-names
This commit is contained in:
parent
34dc4b46ab
commit
838387ffe3
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ bind j select-pane -D
|
|||
bind h select-pane -L
|
||||
bind l select-pane -R
|
||||
|
||||
# display more of the session name
|
||||
set -g status-left-length 20
|
||||
|
||||
# Splits
|
||||
unbind '"'
|
||||
unbind %
|
||||
|
|
Loading…
Reference in a new issue