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

Word motion slightly different from vim #44

Open
avi-cenna opened this issue Sep 29, 2024 · 0 comments
Open

Word motion slightly different from vim #44

avi-cenna opened this issue Sep 29, 2024 · 0 comments
Labels
keybindings VIM keybindings

Comments

@avi-cenna
Copy link

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,

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".

Helix log

No response

Platform

macOS

Terminal Emulator

iTerm2

Installation Method

source

Helix Version

evil-helix release-20240716 (a2c8565, helix 24.7)

@usagi-flow usagi-flow added the keybindings VIM keybindings label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keybindings VIM keybindings
Projects
None yet
Development

No branches or pull requests

2 participants