tmux/space
This commit is contained in:
parent
dfae2ba121
commit
7f6a29e8eb
1 changed files with 5 additions and 3 deletions
|
@ -47,8 +47,10 @@ set-option -g set-titles on
|
||||||
|
|
||||||
# set title to working directory
|
# set title to working directory
|
||||||
set-option -g set-titles-string '\
|
set-option -g set-titles-string '\
|
||||||
#{session_name} / \
|
#{session_name}\
|
||||||
#{window_index} #{window_name} / \
|
/ \
|
||||||
|
#{window_index} #{window_name}\
|
||||||
|
/ \
|
||||||
#{pane_index} #{pane_current_command}\
|
#{pane_index} #{pane_current_command}\
|
||||||
(#{pane_width}×#{pane_height})\
|
(#{pane_width}×#{pane_height})\
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue