Add tmux window title information
This commit is contained in:
parent
dcc294e979
commit
f8e532f138
1 changed files with 4 additions and 0 deletions
|
|
@ -20,3 +20,7 @@ set -g renumber-windows on
|
|||
# Set up the window visuals
|
||||
set -g window-status-style bg=yellow
|
||||
set -g window-status-current-style bg=red,fg=white
|
||||
|
||||
# Set the window title
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string "#{host} #{window_name} #{pane_title}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue