Tmux: fix session-name getting cut off
This commit is contained in:
parent
31ba966020
commit
5259588931
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ setw -g pane-base-index 1
|
|||
set -g status-position bottom
|
||||
set -g status-style bg="#1d2021",fg="#d4be98",bold
|
||||
set -g status-keys vi
|
||||
set -g status-left-length 100
|
||||
# set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] PREFIX ,}'
|
||||
set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#fabd2f]#[bold] ,}'
|
||||
set -wg window-status-current-style bg="#d8a657",fg="#1d2021"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue