Wiki

by yszheda

View project onGitHub

Tip 9: Compose Repeatable Changes

Return to the top: <<Practical Vim>>

Example: delte backward

Way #1: db+x

Vim golf score = 3

. = x

Way #2: b+dw

Vim golf score = 3

. = dw

Way #3: daw

Vim golf score = 3

. = daw

References:

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