Add project bind to select ~/Projects

This commit is contained in:
2025-08-19 15:28:03 +01:00
parent aa9ff89aa5
commit e3dd81ed15
2 changed files with 22 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ if -b '[ "`uname`" = "Darwin" ]' \
bind T display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL
# Open a popup with session creator/switcher
bind S display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'
# Open a popup with project selector
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'