oantolin / embark

Emacs Mini-Buffer Actions Rooted in Keymaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embark-consult-goto-grep with embark-quit-after-action nil

mattiasdrp opened this issue · comments

Hi oantolin and thanks a lot for this package!

I have a small issue that I can't fix, maybe you can help. If I set embark-quit-after-action to nil and use embark-dwim in a consult-ripgrep minibuffer I expect my cursor to jump to the result at point and let the minibuffer with my search opened. This is exactly what happens except that my cursor isn't in the file with the result but still in the buffer so I keep doing

embark-dwim
C-x o
;; some things
C-x o
;; navigate minibuffer

Is there a way to not close the minibuffer and jump to the result instead of just previewing it with a pulse?

Thanks again and sorry for taking your time for this