diff --git a/tmux.conf b/tmux.conf index d5d71cf..f827daa 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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. 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 # List of plugins set -g @plugin 'tmux-plugins/tpm'