From cb925f21da9b70a4167549bbcc09f92f82d56d24 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Sun, 20 Jul 2025 22:51:54 -0400 Subject: [PATCH] Add Tmux popup command for Opencode --- tmux/.config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 8a8baf6..c9d963e 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -24,3 +24,5 @@ set-window-option -g mode-keys vi bind-key -T copy-mode-vi v send-keys -X begin-selection 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'