There are two modes in vim:
- Command mode – you can't write stuff, keys are interpreted as commands.
- Insert mode - it acts like a normal editor, you know you're in insert mode because it says "INSERT" at the bottom.
a
– enter insert mode from command modeESCAPE
– enter command mode from insert mode