From 954d40ff4479d71fbd5c18908aba39a8aa269bf0 Mon Sep 17 00:00:00 2001 From: "Chris @ Web" Date: Thu, 9 Jan 2025 19:53:59 +0100 Subject: [PATCH] .config/tmux/tmux.conf aktualisiert --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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