Skip to content
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

evil helix does not respect some settings #53

Open
abdullah-albanna opened this issue Jan 15, 2025 · 2 comments
Open

evil helix does not respect some settings #53

abdullah-albanna opened this issue Jan 15, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@abdullah-albanna
Copy link

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:

  1. hx
  2. yy to a line

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)

@abdullah-albanna
Copy link
Author

might as well point out to this

.write(cx.register.unwrap_or('"'), values);

which might be the cause, it's using the " as a fallback

@usagi-flow usagi-flow added the bug Something isn't working label Jan 19, 2025
@ArhumMK
Copy link

ArhumMK commented Jan 19, 2025

I was about to open the same issue, thanks for opening this. To add some screenshots for evil-helix not reading statusline settings:

helix:

Image

evil-helix

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants