-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Make Vim movement to end of line configurable #17782
Conversation
We require contributors to sign our Contributor License Agreement, and we don't have @knarkzel on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
I want to make it possible to configure normal mode and visual mode movement:
If it's true, it uses |
Same with mouse |
There's been a need to do similar things for #16848 and we ended up with defining fields in the actions to modify this behavior. This is the 2nd case in out Vim support where line ends matter, so maybe we can still do a similar thing. |
It's following I have noticed:
|
Essentially it's something that should be configurable, like "include_newline" on per command basis. Then this can be modified for normal mode and visual mode. |
@knarkzel I think if we want to do this we should just have a setting on the vim crate for Line 573 in f3b5894
That said, I am nervous about this because while I don't like the existing Why do you want to be able to do this? |
Closing this for now, but let me know if you're still interested in this. |
Release Notes: