luccahuguet / yazelix

zellij, yazi and nushell adding a File Tree to Helix & helix-friendly keybindigs for zellij
Apache License 2.0
214 stars 11 forks source link

Opening new files #5

Closed peteringram0 closed 4 months ago

peteringram0 commented 5 months ago

When opening new files from the yazi sidebar does it open the file in a new helix instance or open the buffer within the same helix instance?

Thanks

luccahuguet commented 5 months ago

hi there, thanks for taking interest in the project

it opens in a new helix instance, within a new zellij pane when you close this helix instance, the pane also closes

it's like a "helix-only" pane

for opening in the same buffer, you can check out this other project that makes use of broot, wezterm, helix, and a bunch of shell scripting: https://github.com/quantonganh/helix-wezterm

luccahuguet commented 4 months ago

I think I answered your question and you can follow progress on that (if there is any) right here: https://github.com/luccahuguet/zellij/issues/8

feel free to reopen the issue if needed