If you are interested in learning VIM (VI iMproved) basics, you should try vimtutor,an easy and nice VIM tutorial.
Installation:
- Debian based distros:
apt-get install vim vim-runtime - Red Hat based distros:
yum install vim-enhanced
Use:
- Just type vimtutor to get started.
- You can also specify the language in which the tutorial is written using
vimtutor [2-letters language code]. Example: vimtutor es
Enjoy VIM!
