VIM shortcuts
VIM Modes
There are multiple modes in vim, normal mode is loaded by default.
Command mode. Press : from normal mode, This mode is used when escape is pressed.
Insert mode. Press i to enter insert mode, from here typing is allowed within the file.
Vis...
dcblog.dev4 min read