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'