tmux/title
This commit is contained in:
parent
717ec7b41d
commit
ea18907da1
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@ set-option -g status 3
|
|||
# enable title
|
||||
set-option -g set-titles on
|
||||
# set title to working directory
|
||||
#set-option -g set-titles-string ''
|
||||
set-option -g set-titles-string '\
|
||||
tmux / \
|
||||
#{session_name} / \
|
||||
#{window_index} #{window_name} / \
|
||||
#{pane_index} #{pane_width}×#{pane_height}\
|
||||
'
|
||||
|
||||
# status bar
|
||||
set-option -g status-bg black
|
||||
|
|
Loading…
Reference in a new issue