# Vim (or "How to use the most non-intuitive and confusing text editor") - **Enter edit mode**: press ```i```. ```-- INSERT --``` will show on the bottom line. - **Save**: press ```esc```, then type ```:w``` and press ```enter```. - **Quit**: press ```esc```, then type ```:q``` and press ```enter```.