VIM
VIM Introduction
VIM is a commonly used text editor. I use it everyday to work with programs, scripts, and configuration files. The following video gives a very basic introduction to VIM.
Duration:
Links
Notes
- While in VIM, type
:help
for the online help system. - While in the terminal, type
vimtutor
for the lesson-based learning tool.