vim

a widely used text editor among Unix users

What is vim?

Historically, there are two widely used text editors among Unix users: vi and emacs.

If you want to learn about emacs instead of vim, visit the Emacs Page on this website. Since this page is about vim, we won’t mention emacs further.

Why learn vim?

Many computing professionals consider at least basic knowledge of vim to be a necessary “survival skill” when dealing with computing systems:

When you are dealing with debugging a problem on a backend system in a real world scenario, that system may or may not have your “favorite editor” installed on it. But it probably will have vim.

The six most important things to know how to do in vim

Quick Reference Guides

How To

What do :w, :wq, and :wq! mean?

And a bonus:

Finding and Replacing