Add Ctrl+b T to open a terminal popup.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user