You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set helix as EDITOR and run the shortcut for edit-command-line: main' panicked at 'reader source not set'
Tested with zsh and helix 22.12 (3e68876)
This is the same problem as #2111 so I will close in favor of that issue. It needs a fix upstream in crossterm but that is being actively worked on in crossterm-rs/crossterm#735
I ran into this bug today as well trying to switch my Zsh line editor to Helix. The PR referenced (crossterm-rs/crossterm#735) got merged last week. Should that fix be reflected in Helix yet, or is this still unresolved?
Summary
If you set helix as EDITOR and run the shortcut for edit-command-line: main' panicked at 'reader source not set'
Tested with zsh and helix 22.12 (3e68876)
Error Message:
Reproduction Steps
My Zsh Conf:
autoload edit-command-line; zle -N edit-command-line
bindkey '^h' edit-command-line
export VISUAL=hx
I expected this to happen:
If I press ctrl-h I can edit the command in helix.
Instead, this happened:
main' panicked at 'reader source not set'
Helix log
~/.cache/helix/helix.log
Platform
macOS
Terminal Emulator
kitty
Helix Version
helix 22.12 (3e68876)
The text was updated successfully, but these errors were encountered: