tmux/fixes
This commit is contained in:
parent
08dc6fe80b
commit
b97c43a33d
1 changed files with 2 additions and 5 deletions
|
@ -103,7 +103,6 @@ set-option -g status-format[1] '\
|
||||||
#{window_name}\
|
#{window_name}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
\
|
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=green] #{session_name} \
|
#[fg=green] #{session_name} \
|
||||||
#[fg=blue] #(tmux list-sessions | wc --lines)\
|
#[fg=blue] #(tmux list-sessions | wc --lines)\
|
||||||
|
@ -119,7 +118,6 @@ set-option -g status-format[2] '\
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
\
|
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]%Y-%m-%d\
|
#[fg=yellow]%Y-%m-%d\
|
||||||
'
|
'
|
||||||
|
@ -134,7 +132,6 @@ set-option -g status-format[3] '\
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
\
|
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=blue] #{window_width} × #{window_height}\
|
#[fg=blue] #{window_width} × #{window_height}\
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue