Replies: 2 comments 2 replies
-
this is not currently possible directly in helix see: #2177 but it's possible to send text to things like tmux/zellij/kitty and there are some examples floating around in different issues of how people have configured that if you look up one of those applications in the discussions and issues there should be some examples |
Beta Was this translation helpful? Give feedback.
2 replies
-
Following my solution with running proxy server in deno over kitty: #2177 (comment) |
Beta Was this translation helpful? Give feedback.
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.
-
I have external program window (obsidian excalidraw canvas) where I explore my files. Currently I have to copy file path and then enter ":open" command to see its content in my helix editor window. Instead I would like just to click on the file in my window and then see its content in my helix editor window.
Solution:
I can create click handler which writes the file path of chosen file into specific file on the disk. Then helix editor can watch changes in that specific file and trigger ":open" command with the path written in file.
Beta Was this translation helpful? Give feedback.
All reactions