Vintageous icon indicating copy to clipboard operation
Vintageous copied to clipboard

Can't repeat macros

Open leonardoarroyo opened this issue 9 years ago • 3 comments

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.

leonardoarroyo avatar May 25 '15 12:05 leonardoarroyo

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.

jonboiser avatar Sep 18 '15 03:09 jonboiser

really need this feature! for now, I have to switch to vim for processing large csv files!

pingf avatar Oct 28 '15 02:10 pingf

@guillermooo Has any work been done on implementing this? Where should I start to begin implementing this feature?

rhelsing avatar May 15 '16 12:05 rhelsing