tmux/title
This commit is contained in:
parent
6f396db454
commit
dfae2ba121
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +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 '\
|
||||||
tmux / \
|
|
||||||
#{session_name} / \
|
#{session_name} / \
|
||||||
#{window_index} #{window_name} / \
|
#{window_index} #{window_name} / \
|
||||||
#{pane_index} #{pane_width}×#{pane_height}\
|
#{pane_index} #{pane_current_command}\
|
||||||
|
(#{pane_width}×#{pane_height})\
|
||||||
'
|
'
|
||||||
|
|
||||||
# status lines
|
# status lines
|
||||||
|
|
Loading…
Reference in a new issue