-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process exits when trying to open any text file on editor #671
Comments
Ok, I tried to use other editors and it seems to only have errors with the Helix editor. Neovim, nano, Vim and etc works fine. Maybe has relation with #449? |
Tried to use the last helix commit but nows it fails with code |
I can't reproduce the same on Linux. To see the actual error, and debug things, open xplr shell ( |
the actual error executing from shell is: thread 'main' panicked at 'reader source not set', /private/tmp/nix-build-helix-23.05.drv-0/helix-23.05-vendor.tar.gz/crossterm/src/event/read.rs:38:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace And the complete backtrace is:
|
How xplr knows about which editor to use? From the
$EDITOR
env var? If so, I set$EDITOR
to”hx”
but when trying to open with:e
I receive the followinf error:video to demonstrate:
Screen.Recording.2023-10-10.at.17.48.40.mov
0.21.3
nix
withhome-manager
The text was updated successfully, but these errors were encountered: