Vintageous
Vintageous copied to clipboard
Can't repeat macros
Create a new document and press: iaaaaa
The document state should now be "aaaaa" [Esc]^
Now record a macro that deletes a single character: qqxq
Try repeating the macro: 4@q
Expected result: Document should be empty Actual result: Document still has 3 a's.
This is a bummer, but one workaround for certain macros is that you can still place multiple cursors and execute the macro using @q
or @@
. Another note, is that none of the macro commands are documented in the wiki.
really need this feature! for now, I have to switch to vim for processing large csv files!
@guillermooo Has any work been done on implementing this? Where should I start to begin implementing this feature?