diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 720e9e08..7e38fb1f 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -89,6 +89,8 @@ set -g status-right-length 50 set -g window-status-separator "" set -gw automatic-rename on set -gw automatic-rename-format '#{b:pane_current_path}' +set -g set-titles on +set -g set-titles-string '#h:#W' # Theme set -g status-style "bg=default,fg=default"