Nov 22, 2022

Random Vim Commands

Vim commands that I found interesting in editing codes: those that I forget a lot :(

Scoping

How to specify a block of text: I use d as an example, but other commands can use the scope too.

Inner Block

Delete Until

Macro