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

vim: Fix ctrl-b not moving the cursor #17808

Merged
merged 4 commits into from
Sep 16, 2024
Merged

vim: Fix ctrl-b not moving the cursor #17808

merged 4 commits into from
Sep 16, 2024

Conversation

mrnugget
Copy link
Member

@mrnugget mrnugget commented Sep 13, 2024

Closes #17687

Release Notes:

  • Fixed ctrl-b not moving the cursor.

Co-authored-by: Abdelhakim Qbaich <abdelhakim@qbaich.com>
Co-authored-by: Pete LeVasseur <plevasseur@gmail.com>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Sep 13, 2024
@mrnugget mrnugget marked this pull request as ready for review September 16, 2024 07:53
@mrnugget
Copy link
Member Author

cc @ConradIrwin. Lots of special-casing going on, but I don't see any other pattern and it matches the Vim behavior (as confirmed by the tests and manual testing)

@mrnugget mrnugget merged commit e3d54b2 into main Sep 16, 2024
9 checks passed
@mrnugget mrnugget deleted the fix-ctrl-b-cursor branch September 16, 2024 13:01
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[vim-mode] ctrl-b does not keep the cursor within the window, although ctrl-f does
1 participant