tmux/title

This commit is contained in:
Marc Beninca 2025-01-18 23:03:43 +01:00
parent 6f396db454
commit dfae2ba121
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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