X: twitter.com/typecraft_dev
Tutorials:
Recording a Macro: learn.typecraft.dev/tutorial/whats-a-macro/
Editing a Macro: learn.typecraft.dev/tutorial/editing-a-vim-macro/
Stop repeating yourself and get in the game with macros. Vim allows us to work smarter so in this short, we show you how to record and execute macros! Let's get into it.
Commands used in this video:
q - to record macro
h - the register for this macro to be recorded into
@h - replays the macro recorded into the h register
5@h - replays our macro 5 times
A - append to end of line
コメント