VIM - VI IMPROVED
WHY NOT USE STANDARD VI?
There are a number of reasons why to prefer vim over vi:
- Works under Unix, Amiga, MS-DOS, Windows, OS/2, Atari MiNT
- Multi level undo
- Multiple windows and buffers
- The arrow keys work in insert mode
- Visual mode (work on highlighted regions)
- Visual block mode (rectangular regions, too!)
- Extensive hypertext online help system
- Command line editing and history
- Command line completion
- Horizontal scrolling is possible, too
- Text formatting
- "Quickfix" mode to speed up edit-compile-edit cycle
- Improved indenting for C programs (highly customizable)
- Word completion in insert mode, even from included files
- Automatic commands: execute commands based on the file name
- GUI version
- Macro recording (with "q")
- VIM is free!
- Still being improved, and the author is open to suggestions
- Can be lobotomized to be 99% vi bug-compatible
WHY NOT USE EMACS?
Are you kidding? ;-)
HOW COMPARES VIM TO OTHER VI CLONES?
Favorably ;-)Well, if you really want to know: Sven did a comprehensive comparison with different vi clones. You asked for it, you got it.
WHERE CAN I ASK VIM QUESTIONS?
Either on comp.editors or on the VIM mailing list. Please note that you must subscribe to the VIM mailing list before you can submit something there. Subscribe by sending a mail with "subscribe vim" in the body to majordomo@prz.tu-berlin.de.
WHERE CAN I GET MORE INFORMATION ABOUT VIM?
Go read the VIM FAQ. In VIM, type ":help". You will be amazed at the wealth of documentation available.Sven Guckes has compiled tons of material on his VIM pages.
HOW DO I SETUP MY .VIMRC?
Here, have a look at my .vimrc. I added comments liberally. Be sure to download it and not cut-and-paste, because the file contains control characters that you will lose with cut-and-paste.BTW: The weed2.awk script is available via the WWW, too. You will need a ~/.weedrc like this one, too. It contains the headers you want to keep.
WHERE CAN I DOWNLOAD VIM?
This page was created by Felix von Leitner: leitner@math.fu-berlin.de