next up previous contents
Next: The GNU emacs file Up: Editing files Previous: Editing files   Contents


The Vim file editor

The editor vim is a simple and universally available screen-oriented editor. It is compatible with the vi editor that was available with UNIX since antiquity. The vim editor has extensive online documentation, and has its home page at the web address http://www.vim.org. The vim editor is available for all kinds of machines and operating systems including Mac-OS, MS Windows and all variants of UNIX.

Vim has a graphical version that is invoked by typing in gvim. This is the recommended editor, especially for programmers. Using the mouse and built-in menus the user can be productive in a few minutes. It also has extensive built-in help. There are two other resources that are helpful for learning editing in vim.

The editor of choice of the authors is gvim.



Amit Jain 2009-08-23