UNIX vi

From HaFrWiki
Revision as of 18:43, 12 November 2012 by Hjmf (talk | contribs) (Created page with "{{TOCright}} '''vi''' is a text editor for the Unix/Linux environment. A more up-to-date version is '''vim''' <ref>[http://www.vim.org vim], Home page with news, downloads.</r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

vi is a text editor for the Unix/Linux environment. A more up-to-date version is vim [1].

Overview

vi-vim-cheat-sheet.gif

Useful sets

:set nu        Line-numbers on
:syntax on     Set syntax highlighting on   

See the .vimrc section for a complete set.

See also

top

CheatSheets

.vimrc

  • Amix, the ultimate settings for vim. Complete setup with a svn installation and update mechanism. Simply brilliant.

Tutorial

  • Harvard University, Vi(m): The One True Text Editor. And a denunciation of that other text "editor" Emacs.

Wiki

References

top

  1. vim, Home page with news, downloads.