Add popup to choose an interpreter and launch it

This commit is contained in:
2025-06-28 12:21:26 +01:00
parent 85ba6d45d1
commit 4f770fd649
2 changed files with 32 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ if -b '[ "`uname`" = "Darwin" ]' \
bind C-t display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL
# Open a popup with session creator/switcher
bind C-s display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'
# Open a popup to pick an interpreter then launch it
bind C-i display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E '$SHELL -i ~/.config/tmux/interpreter.sh'
# Restore old next/previous window bindings
bind C-n next-window