Vim Posts

1 post in this category

Record and Replay Macro
Macro is a complex type of repeation, it allow you to record and replay a sequence of actions. A macro can be created by: - Press `q<register-name>` to start record mode and store the macro to the `<r...
Vim