Add script functionality

This commit is contained in:
2025-10-28 20:14:32 +01:00
parent b1a6654d1c
commit 48ab557769
5 changed files with 127 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ bind-key g display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E 'l
# open an ai chat window to the left of the main screen
bind-key a split-window -bh -p 20 -c "#{pane_current_path}" 'aichat-ng'
# 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'
# Configure the plugin manager
# List of plugins
set -g @plugin 'tmux-plugins/tpm'