diff --git a/.tmux.conf b/.tmux.conf index 18b2781..31c894a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -24,6 +24,9 @@ set -g mouse on set-window-option -g mode-keys vi +set-option -g automatic-rename on +set-option -g automatic-rename-format '#{b:pane_current_path}' + set -g default-terminal "xterm-256color" set -ga terminal-overrides ",xterm-256color:Tc"