This commit is contained in:
2026-01-23 19:03:49 +00:00
parent 50d9c3be28
commit 7d329bd9c8
3 changed files with 43 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ if -b '~/.config/tmux/check-version.sh ">" 3.2' {
bind P display-popup -B -w 60 -h 10 -E '~/.config/tmux/project.sh'
# Open a popup to pick an interpreter then launch it
bind I display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh'
# Open a popup with AI agent session for current directory
bind A display-popup -S fg=#54546D -b rounded -w 90% -h 90% -E '~/.config/tmux/agent.sh "#{pane_current_path}"'
}
# Restore old next/previous window bindings