Vim partial repeat command

Sometimes I want to repeat the whole command, and I use the dot command, but sometimes I want to repeat only part of this command. Is there a team or plugin that allows you to do this?

Suppose the initial command was caW foo. Is there a way to repeat only a part caW?

+4
source share
1 answer

I think we will not be able to do this initially. Also, how can we remember our entire team? For me, I personally can’t remember it, because I focus only on text / code.

IMHO, (.) - . , , , dot (.):)

0

Source: https://habr.com/ru/post/1684022/


All Articles