Name the current window after the base directory name
This commit is contained in:
@@ -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}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user