Add Ctrl+b T to open a terminal popup.

This commit is contained in:
2026-01-11 14:58:16 +01:00
parent 04e4798c02
commit 6f5cb84d60

View File

@@ -29,6 +29,9 @@ bind-key a split-window -bh -p 20 -c "#{pane_current_path}" 'aichat-ng'
# Call the proper make script for the current project. # Call the proper make script for the current project.
bind-key F9 display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E '~/.config/tmux/scripts/makescript.sh' bind-key F9 display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E '~/.config/tmux/scripts/makescript.sh'
# open a terminal popup
bind-key t display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E
# Configure the plugin manager # Configure the plugin manager
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'