vim

Console text editor for *NIX.

Zenburn look and feel for Vim and GVim

Edit ~/.vimrc and add the following

set t_Co=256
colors zenburn

Run the following:

Zenburn colors: zenburn.vim

Exit without save

Save and exit

Insert

Delete line

Delete character

Undo

Copy

Cut

Paste

Search and replace all occurrences

Search

Vi settings

Settings are saved in ~/.exrc. For OpenSolaris/OpenIndiana

set number
set showmode

Add extension wsgi

File /usr/share/vim/vim74/filetype.vim in Ubuntu 14.04 LTS (Trusty).

#line 1577 in Ubuntu
au BufNewFile,BufRead *.py,*.pyw,*.wsgi         setf python

vim (last edited 2017-08-20 20:51:06 by localhost)