Add script functionality
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user