All notes
VIM notes
Modes
VIM has two basic modes of working:
- INSERT mode - write text as if in normal text editor
- NORMAL mode - navigate, manipulate and execute commands
Moving cursor
Insert
Delete lines
Options
NOTE: To persist configuration write certain options into .vimrc file in user's home directory.