Vim 01 Recorder
Chose Your Dotfile to start the vim
1 |
|
Recorder of Vim
This Chapter mainly introduces the Recorder in vim,Which is used to do some repeated operations.This function is also called a macro.
for more information try :help recording
Registers(related with recording)
This section will introduce related concept/function of recording function. Which help us to understand how this works, and what we should pay attention to it.
register of vim: register is a superset of macro, it contains more function. In this part we should know, register can store some string or operations to help subsequent use.
Status:
Using :registers
or :reg
to check those we have registered, or add the registers’s name behind to show those u’re interested in.
1 |
|
Lifecycle
The information in registers will not disappear with the window closed. But maybe with the system-level’s open-close. we should test this!!! So we can store some snippet,pwd,etc.