-
Notifications
You must be signed in to change notification settings - Fork 91
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
Unable to do df
motion with ideavim
#397
Comments
Thank you for reporting. The documentation for IdeaVim bindings could be improved, but I don't think this is a bug with AceJump specifically. If you want to delete to a character using the suggested |
Thanks, and yes it makes sense! I just have to retrain my brain to not use But I still find it odd that the text |
I did implement support (or hack) for supporting IdeaVim with If there's interest, I can look into adding support into upstream AceJump, though having support from IdeaVim's side sounds like a better idea, so maybe I could look into a PR for IdeaVim first. |
Describe the bug
Unable to do
df
motion with ideavim.To Reproduce
Steps to reproduce the behavior:
(taken from the readme)
4. Go to a file with some text. Hit
df
and seeaction AceAction
being pasted on the current cursor positionExpected behavior
I expect to be able to use the
df[char]
vim motion to delete forward to a given char.Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: