feat: Add tmux binding for terminal overlay

This commit is contained in:
Michael Yockey
2025-09-22 11:02:09 -04:00
parent d22ae48b3e
commit 9aaf58322f

View File

@@ -26,3 +26,4 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
bind-key C-o display-popup -d "#{pane_current_path}" -w 80% -h 80% -E 'opencode' bind-key C-o display-popup -d "#{pane_current_path}" -w 80% -h 80% -E 'opencode'
bind-key C-t display-popup -d "#{pane_current_path}" -w 80% -h 80%