Don't use Ctrl in display-popup bindings

This commit is contained in:
Kenneth Benzie 2025-08-19 15:27:34 +01:00
parent 3d3a56e0ee
commit aa9ff89aa5

View File

@ -63,11 +63,11 @@ if -b '[ "`uname`" = "Darwin" ]' \
'set -g default-command "reattach-to-user-namespace -l $SHELL"' 'set -g default-command "reattach-to-user-namespace -l $SHELL"'
# Open a popup with running the default shell # Open a popup with running the default shell
bind C-t display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL bind T display-popup -S fg=#54546D -b rounded -d '#{pane_current_path}' -E $SHELL
# Open a popup with session creator/switcher # Open a popup with session creator/switcher
bind C-s display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh' bind S display-popup -B -w 60 -h 10 -E '~/.config/tmux/session.sh'
# Open a popup to pick an interpreter then launch it # 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' bind 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 # Restore old next/previous window bindings
bind C-n next-window bind C-n next-window