Vim tutorial part 2
Vimtutor
Now you know how to open and close vim. Now you can continue this tutorial and/or run the vimtutor.
$ vimtutor
Open a file
<ESC> + :e + <Existing File> <ENTER>
Modes in Vim
Vim has a few different modes: Normal, Insert and command mode. If you have been following this tutorial from the start you have already used them.
To enter normal mode press <ESC>