diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 695de9b..5d26df0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,6 +43,9 @@ bind -r L resize-pane -R 5 # Decrease ESC timeout timing for faster nvim mode exit set -sg escape-time 10 +set-option -g set-titles on +set-option -g set-titles-string '#H / #{pane_title}' + # Enable mouse control (clickable windows, panes, resizable panes) set -g mouse on