UNIX vi: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
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..."
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOCright}}
{{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.</ref>.
'''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.</ref> and [[iVim]].


== Overview ==
== Overview ==
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.
* [https://vimways.org VIM Ways], Funny topics on VI.


== References ==
== References ==
Line 35: Line 39:
<references/>
<references/>


[[Category:Index]]  
[[Category:Development|vi]]
[[Category:Index]]
[[Category:Programming|vi]]
[[Category:Tools]]
[[Category:UNIX|vi]]
[[Category:UNIX|vi]]

Latest revision as of 11:32, 18 June 2021

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

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

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

See also

  • IVim, Implementation of VIM on Mac.
  • VIM Ways, Funny topics on VI.

References

top

  1. vim, Home page with news, downloads.