is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.
vim [arguments] [file ..] edit specified file(s) or: vim [arguments] - read text from stdin or: vim [arguments] -t tag edit file where tag ... or: vim [arguments] -q [errorfile] edit file with first error In (.bash_profile, .profile, .bashrc, .zshrc, etc.): export EDITOR=`which vim` A friend: vimtutor
following: 1) Roses are red, 2) Mud is fun, 3) Violets are blue, 4) I have a car, 5) Clocks tell time, 6) Sugar is sweet 7) And so are you. When done, hit ESC (notice the --INSERT-- disappear) Now, let's talk navigation...