evil-helix
evil-helix copied to clipboard
In visual line mode Shift r does not replace the whole line
Summary
In the video I typed shift-r at char f hoping the whole line is replaced but only f is replaced.
https://github.com/user-attachments/assets/b178f431-07c6-4241-9787-9b5eb0a85c74
Reproduction Steps
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Platform
Linux
Terminal Emulator
alacritty
Installation Method
source
Helix Version
release-20250915
Thank you for the issue! This relates to the Vim "replace mode", which isn't modeled in evil-helix yet, although it would be a great addition.
However, since the respective mode is also lacking in upstream (at least, according to https://github.com/helix-editor/helix/issues/5843 and https://github.com/helix-editor/helix/pull/14120), this change seems less trivial, at least for the time being.