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