.config/tmux/tmux.conf aktualisiert

This commit is contained in:
2025-01-09 19:53:59 +01:00
parent 53ec86133f
commit 954d40ff44

View File

@@ -43,6 +43,9 @@ bind -r L resize-pane -R 5
# Decrease ESC timeout timing for faster nvim mode exit # Decrease ESC timeout timing for faster nvim mode exit
set -sg escape-time 10 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) # Enable mouse control (clickable windows, panes, resizable panes)
set -g mouse on set -g mouse on