-
Notifications
You must be signed in to change notification settings - Fork 75
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
delete/yank up/down behavior inconsistent with vim #183
Comments
Hey @Shadyjames, I'm having the same problem. Delete/yank a bunch of lines is my favorite feature. |
I did look into it, and it seemed difficult enough that i was like "Fuck On Thu, Aug 29, 2013 at 2:00 PM, Bruno Coelho [email protected]:
Whee! |
Hey, that's awesome. I hope I could help you with this bug but I think I'm not capable. I don't know python enough. |
First time i've done a pull request, no idea how to post the patch to this issue, so here's a link instead |
Hey @Shadyjames, really nice. I will test as soon as possible and give you a feedback. |
In vim pushing <d/y><up/down> will delete/yank the entire current line and the n lines above or below it. I have noticed that in vintage mode the behavior of these commands is instead equivalent to v<up/down><d/y>, where it will leave part of the current line and part of the final line depending on the cursors initial position.
I'm actually keen enough for this change that I might just implement it myself at some point, but I thought i'd post an issue first and make sure this wasn't intended for some reason.
The text was updated successfully, but these errors were encountered: