The repeat command . is awesome. Is it possible to cycle through the last few commands, instead of only being able to repeat the last command? Something like yankring for repeat?
Asked
Active
Viewed 110 times
3
pfnuesel
- 724
- 7
- 16
-
If you find yourself repeating a set of commands, record a macro and use it. – D. Ben Knoble Dec 21 '17 at 15:37
1 Answers
3
From what I understand Vim doesn’t have a way of repeating normal mode history use a while back, unless you write it out to a file:
alpha_989
- 901
- 7
- 15