auto rename tab to folder name

This commit is contained in:
parent b3bdabe78c
commit 831a83ecfe

View File

@ -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"