UNIX vi: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
=== Wiki === | === Wiki === | ||
* [http://vim.wikia.com/wiki/Vim_Tips_Wiki VIM Tips Wiki] | * [http://vim.wikia.com/wiki/Vim_Tips_Wiki VIM Tips Wiki] | ||
== See also == | |||
* [IVim]], Implementation of VIM on Mac. | |||
== References == | == References == |
Revision as of 09:15, 18 June 2021
vi is a text editor for the Unix/Linux environment. A more up-to-date version is vim [1].
Overview
http://www.viemu.com/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
CheatSheets
- ss64 vi, Excellent information on vi(m)
- Michael´s cheatsheet, Excellent information on vi(m)
- vi2 by LagMonster. Extended list of features.
- Basic Commands by Atmos Albany (1995).
- Basic Commands by EEC Business.
- Graphical SS by Brendan Kidwell. (Tip).
.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
See also
- [IVim]], Implementation of VIM on Mac.
References
[[Category:UNIX|vi]