We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
there is some settings that are being ignored, some of them are
default-yank-register
it does not apply what are specified in the default yank, so if I yanked, it still get's to the " registery, even though I specifed the + registery
statusline.mode
changing the text of the mode to another does not work, for example
mode.normal = "NORMAL", it does not change, it still says NOR
there might be other settings, but this is what I've got so far
I tried this:
hx
I expected this to happen:
to copy to what got specifed in the default yank registry
Instead, this happened:
it got yanked to either the " or just nothing
logs are empty
Linux
alacritty 0.14.0 (22a44757)
aur
evil-helix (8d82e9c, helix 25.1)
The text was updated successfully, but these errors were encountered:
might as well point out to this
evil-helix/helix-term/src/commands/evil.rs
Line 479 in 8d82e9c
which might be the cause, it's using the " as a fallback
Sorry, something went wrong.
I was about to open the same issue, thanks for opening this. To add some screenshots for evil-helix not reading statusline settings:
helix:
evil-helix
No branches or pull requests
Summary
there is some settings that are being ignored, some of them are
default-yank-register
it does not apply what are specified in the default yank, so if I yanked, it still get's to the " registery, even though I specifed the + registery
statusline.mode
changing the text of the mode to another does not work, for example
mode.normal = "NORMAL", it does not change, it still says NOR
there might be other settings, but this is what I've got so far
Reproduction Steps
I tried this:
hx
I expected this to happen:
to copy to what got specifed in the default yank registry
Instead, this happened:
it got yanked to either the " or just nothing
Helix log
logs are empty
Platform
Linux
Terminal Emulator
alacritty 0.14.0 (22a44757)
Installation Method
aur
Helix Version
evil-helix (8d82e9c, helix 25.1)
The text was updated successfully, but these errors were encountered: