tmux/↕
This commit is contained in:
parent
f342081d83
commit
c3a168894a
1 changed files with 8 additions and 8 deletions
16
sh/tmux.sh
16
sh/tmux.sh
|
@ -126,14 +126,6 @@ set-option -g status-format[2] '\
|
|||
|
||||
# line 4
|
||||
set-option -g status-format[3] '\
|
||||
#[align=centre]\
|
||||
#[fg=green] #{user} \
|
||||
#[fg=blue]@\
|
||||
#[fg=yellow] #{host} \
|
||||
'
|
||||
|
||||
# line 5
|
||||
set-option -g status-format[4] '\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
|
@ -147,6 +139,14 @@ set-option -g status-format[4] '\
|
|||
#[fg=blue] #{window_width}×#{window_height}\
|
||||
'
|
||||
|
||||
# line 5
|
||||
set-option -g status-format[4] '\
|
||||
#[align=centre]\
|
||||
#[fg=green] #{user} \
|
||||
#[fg=blue]@\
|
||||
#[fg=yellow] #{host} \
|
||||
'
|
||||
|
||||
# refresh period
|
||||
set-option -g status-interval 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue