From 9aaf58322f5f2a0c58036a7a5ce22f49a0a78338 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Mon, 22 Sep 2025 11:02:09 -0400 Subject: [PATCH] feat: Add tmux binding for terminal overlay --- tmux/.config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c9d963e..4f36e89 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -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 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%