tmux/title
This commit is contained in:
parent
aadbbee3ed
commit
edb937d015
1 changed files with 4 additions and 2 deletions
|
@ -14,8 +14,10 @@ set -g mouse on
|
|||
# renumber windows after closing one
|
||||
set -g renumber-windows on
|
||||
|
||||
#set -g set-titles on
|
||||
#set -g set-titles-string '#(pwd)'
|
||||
# enable title
|
||||
set -g set-titles on
|
||||
# set title to working directory
|
||||
set -g set-titles-string '#(pwd)'
|
||||
|
||||
# status bar
|
||||
set -g status-bg black
|
||||
|
|
Loading…
Add table
Reference in a new issue