Description
Just wanted to say that I love this project, its been so helpful but since about commit dbe19ec (not exactly sure which commit) Ive been getting some pretty weird behaviour.
For example, Ive just opened a new Zide session with 3 tabs, and on all 3 of them the picker just hangs when I choose a file
I noticed that sometimes when resurrecting a Zellij session after its been closed, zide-pick doesnt work and started throwing some errors about being unable to find /bin/lib/getEditorCommand, so I had to add this export to my zshrc export ZIDE_DIR="$HOME/.config/zide"
My current zide configuration is just
export ZIDE_USE_YAZI_CONFIG=false
export ZIDE_ALWAYS_NAME=true
export ZIDE_DIR="$HOME/.config/zide"
the only reason I use my own Yazi config is to add a theme and show hidden files by default.
I also seem to be unable to exit yazi and run 'zide-pick' manually anymore, that was my workaround before for resurrecting sessions