vim - Spliting the Workspace (in progress)

Vim is text editor built to create/modify text based files. It is quite powerful and customizable.

Vim can be used on mostly any Unix based computers and on Mac OS X.

Getting the vim on your computer

Alright, in case you skiped a few steps in this vim tutorial series, here is how you install vim on your computer

On a Debian base distribution, do the following.
# apt-get install vim
On ArchLinux based distibution, do the following.
# pacman -S vim

Note: if you want to learn the basics you can visit vim - Basics

Opening Multiple Files

Switching between the files

Conclusion

You want to know more cool feature from vim have a look at my other vim tutorials.

Sources

  1. Vim Cheat Sheet
  2. A Great Vim Cheat Sheet
  3. Vim Commands Cheat Sheet