-
Notifications
You must be signed in to change notification settings - Fork 4
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
IdeaVim: eb doesn't select the current word #3
Comments
Yes, see my comment in the Idea PR: #2 (comment) |
It seems like ]` (jump to next lowercase mark) does not work in IdeaVim, same with "previous lowercase mark". I tried just replacing it with `a but that doesn't work. The feature seems to be needed to handle some edge cases wrt. whitespace. For now, I filed a bug with IdeaVim to add support for this motion: https://youtrack.jetbrains.com/issue/VIM-3731/Add-support-for-jump-to-previous-next-lowercase-mark |
Great to see other IDEA users here as well! I quite literally took a jump in the deep end with this since I've never been an advanced Vim user (even though I used it ~10 years as the default shell editor). |
These lead to issues and are not needed after merging the upstream JetBrains/ideavim#1068. Fixes: chtenb#3
I'd love to but sadly I'm too busy with other stuff for the coming months. |
In Helix, you can use
eb
to select the current word. This doesn't seem to work inhelix.idea.vim
(didn't test other editor configs). Instead, it selects the first character of the word, and the character before that.The text was updated successfully, but these errors were encountered: