Wiki

by yszheda

View project onGitHub

Tip 1: Meet the Dot Command

Return to the top: <<Practical Vim>>

Dot command: repeat the last change.

Example-1:

Example-2:

Example-3: >G increases the indentation from the current line until the end of the line.

The dot command is a micro macro.

References:

# If you open the vimwiki file in vim,
# then you can \"ayy@a the next line to execute the vim command: 
:h .