Hyperlinked_grep and vim/neovim #5526
dpetka2001
started this conversation in
General
Replies: 2 comments 2 replies
|
You can run any command you like when clicking a hyperlink, see https://sw.kovidgoyal.net/kitty/open_actions/
As for how to open it in an existing editor instance, that will depend
on whatever IPC support your editor provides. Figure out if the editor
has some way to run a command and have it open a file in it. And run
that command in your open-actions.conf
|
2 replies
|
So for anyone wondering about the same situation. Neovim does not support |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to open the hyperlinks from the result of hyperlinked_grep in an already existing vim/neovim
opened instance? Currently it opens immediately in the current kitty window, so if you want to run hyperlinked_grep
again you must do so in a new window every time (since the window always gets consumed from clicking on the hyperlink).
I would like to be able to maintain only a single vim/neovim instance with open buffers from the hyperlinks if it is possible at all.
All reactions