Describe the bug
When jido called in a shell script, such as cd $(jido), attempting to open a file in $EDITOR will result in a blank screen. The screen will still select input and exiting the file will return to jido but otherwise nothing is displayed. Discussions on zig discord suggest that this may be a libvaxis bug as this only seems to happen on certain editors (nvim and helix).
To Reproduce
- run jido using
cd $(jido) while $EDITOR is set
- attempt to open a file
Expected behavior
When opening a file jido should create a subprocess running $EDITOR to view and edit a file.