diff --git a/default/bash/functions b/default/bash/functions index c898804e..b0da3fe4 100644 --- a/default/bash/functions +++ b/default/bash/functions @@ -134,6 +134,9 @@ tml() { local editor_pane ai_pane local ai="$1" + # Name the current window after the base directory name + tmux rename-window "$(basename "$current_dir")" + # Get current pane ID (will become editor pane after splits) editor_pane=$(tmux display-message -p '#{pane_id}')