From df051039bfc9e1cfc933e535886bfcac84128f9e Mon Sep 17 00:00:00 2001 From: goodhumored Date: Wed, 7 Aug 2024 17:37:54 +0300 Subject: [PATCH] auto rename tab to folder name --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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"