-
Notifications
You must be signed in to change notification settings - Fork 202
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
Repeat movements like ;
and ,
#359
Conversation
The consistency tests all pass. However note that currently it only performs movements in visual mode. |
6d02c46
to
06a1bdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like how this is extensive by using M.last_move
outside of this plugin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain this new functionality in the README?
Thank you a lot for this awesome feature!
@ghostbuster91 do you want us to mention your plugin? I think this feature is small enough to be integrated into our move module, but your plugin could provide configurations for commonly used move plugins (like hop.nvim etc.) since we can't obviously maintain this for more than our |
@theHamsta Should we make this feature a separate file from I can separate this to |
Sure, go ahead. I though about this too. |
@theHamsta That would be cool, thanks!
yep, that is my plan :) |
@ghostbuster91 Sure, that's no problem. I'll mention your plugin in the README |
last_move format
This is ready |
goto_next_end fix
78ca379
to
61b690b
Compare
Implements #340
Supports normal, visual and operator-pending modes,
v:count1
count repeat, and optionally builtin f, F, t, T mappings if you want to use the same;
bindings.