Tip: use Q to play the latest recorded macro, much easier than pressing @a and/or @@
Average Philly shopping list
Very cool. More videos on advanced Vim concepts, please!
For anyone wanting to do this on the fly ]$ tr ‘\n’ ‘,’ < inputfile > outputfile Also double quotes work too ]$ tr “\n” “,” < inputfile > outputfile
Nice example for editing macro. To trigger an appending recording qA (a capitalized) works fine here.
My favourite fruits always contains methamphetamine
Still at the stage where I hit escape when I see"recording" in the status bar. I should change that.
WHAT. I never knew you could visualize your macros and that’s also why I never used them
Excellent, thank you
Dang, TIL! Thanks!
I would've done that by just recording a new macro which contains the smaller one. This one's nice too and can save some registers if you're working on a big thing.
I've been using vim for a damn long time. I did not know this
Deep magic. Well done
Thank you
:norm would also be good for many macro usecases
Ah this is great!
Can you teach us how to make a custom color scheme?
Sick tip, nerd. Thanks!
How about put the word into a double quote and then concatenate with comma
@carshoesch