jeetsukumaran / vim-indentwise

A Vim plugin for indent-level based motion.
220 stars 17 forks source link

How can I repeat a movement without retyping? #17

Closed benlieb closed 2 years ago

benlieb commented 2 years ago

I find the bindings a bit awkward (I know I can change them) but the easiest thing would be to be able to repeat the last movement. Is this possible?

jeetsukumaran commented 2 years ago

How do you currently repeat any of your normal mode movements in Vim?

benlieb commented 2 years ago

I guess I don't have a way. I know there are plugins. I can repeat searches etc, but don't know how to repeat movements.

jeetsukumaran commented 2 years ago

I think the issue is beyond the scope of this plugin? If you find a repeat plugin that works let me know. Or if you can think of a way to do it here, happy to work with a PR.

benlieb commented 2 years ago

I don't currently have the time (or vimscript skill) to make a PR, but if I find a plugin that works, I'll let you know.

Just to clarify, are you saying that you don't actually have a way to repeat the movements yourself?

jeetsukumaran commented 2 years ago

Yep.