diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5d26df0..dd3b747 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -44,7 +44,7 @@ bind -r L resize-pane -R 5 set -sg escape-time 10 set-option -g set-titles on -set-option -g set-titles-string '#H / #{pane_title}' +set-option -g set-titles-string '#H  #{pane_title}' # Enable mouse control (clickable windows, panes, resizable panes) set -g mouse on