Vi: Difference between revisions

Add link to Help in HTML format
No edit summary
Line 28: Line 28:
For an example of setting up additional syntax highlighting, see [[Syntax Highlighting]]
For an example of setting up additional syntax highlighting, see [[Syntax Highlighting]]


=== [http://www.eec.com/business/vi.html VI Cheetsheet] ===
=== [[VI Cheetsheet]] ===
* Esc - Escape to view-only mode.  Press ''Esc'' before using the following commands to get out of whatever mode you're already in.
* Esc - Escape to view-only mode.  Press ''Esc'' before using the following commands to get out of whatever mode you're already in.
* i - Enter insert mode.  Place the cursor where you want to type and press ''i'' before typing.
* i - Enter insert mode.  Place the cursor where you want to type and press ''i'' before typing.
Line 35: Line 35:
* :q! - Quit
* :q! - Quit
* :wq - Save and Quit
* :wq - Save and Quit
See the [[VI Cheetsheet]] for more
See our [[VI Cheetsheet]] or http://www.eec.com/business/vi.html for more


=== VI Improved ===
=== VI Improved ===