1. |
-
VIM homepage
-
URL: http://www.vim.org/
|
2. |
-
vim HOW-TO
- This document is a guide to quickly setting up the Vim color editor on Linux or Unix systems. The information here will improve the productivity of programmers because the Vim editor supports syntax color highlighting and bold fonts, improving the "readability" of program code.
URL: http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Vim-HOWTO.html
|
3. |
-
VIM syntax
- Help file for vim syntax. Found out how to prevent syntax colorizing by typing :syntax off in vi.
URL: http://www.etsimo.uniovi.es/vim/html/syntax.html#:syn-qstart
|
4. |
-
Introduction to C++ programming in vi
- Over the years it has evolved, and the current version of vim has many capabilities which make a programmer's life easy. Listed below is a brief description of some tools which have made so many programmers loyal to vi and vim.
URL: http://www.linuxnewbie.org/nhf/intel/programming/intro_c++.html
|
5. |
-
vi crash course
- Monday, 27-Nov-2000 19:43:34 EST VI CRASH COURSE: VERSION 1.0 This NHF is an introduction to using the vi text editor. Its main purpose is to help you, the vi newbie to get started on writing simple documents using one of the many text editors out there in the UNIX world.
URL: http://www.linuxnewbie.org/nhf/intel/tools/vicc.html
|
6. |
-
vi lovers homepage
- Vi (pronounce: "vee eye", not "six", not "vie") is an editor. An editor is a program to edit files. That wasn't too hard, was it?
URL: http://www.thomer.com/thomer/vi/vi.html
|
7. |
-
vi help file
- Very comlete, terse reference. Great for ex commands.
URL: http://www.vmunix.com/~gabor/vi.html
|
8. |
-
Unixworld vi tutorial
- Vi tutorial.
URL: http://www.networkcomputing.com/unixworld/tutorial/009/009.html
|
9. |
-
Syntax file
- Program your own colorized text parser for vim from these example syntax files.
URL: http://www.vim.org/lang.html
|
10. |
-
VI versions
- 10 variations on the vi editor availble in a table
for different operating systems.
URL: http://www.thomer.com/thomer/vi/vi.html#versions
|
11. |
-
Vim notes
- Good short description of Vim settings.
URL: http://arioch.unomaha.edu/~jclark/vim.html
|
12. |
-
Cream [download]
- Cross-platform vim-based visual editor.
URL: http://cream.sourceforge.net/
|