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
In vim or neovim, when the cursor is on whitespace and I press w, the cursor moves to the start of the next word. In evil-helix, it skips one word.
w
I tried this:
In the following text,
abc def foo bar.
If my cursor is on the space on the second line and I press w, the cursor moves to the "b" in "bar".
I expected that it would move to the "f" in "foo".
No response
macOS
iTerm2
source
evil-helix release-20240716 (a2c8565, helix 24.7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
In vim or neovim, when the cursor is on whitespace and I press
w
, the cursor moves to the start of the next word. In evil-helix, it skips one word.Reproduction Steps
I tried this:
In the following text,
If my cursor is on the space on the second line and I press
w
, the cursor moves to the "b" in "bar".I expected that it would move to the "f" in "foo".
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm2
Installation Method
source
Helix Version
evil-helix release-20240716 (a2c8565, helix 24.7)
The text was updated successfully, but these errors were encountered: