Return to Snippet

Revision: 1821
at November 9, 2006 23:59 by whitetiger


Updated Code
syntax on

set backspace=indent,eol,start
set nocompatible " rende vim compatibile a vi

set hlsearch
set incsearch
set autoindent
set textwidth=0
set ruler " fa apparire la posizione del cursore
set history=50

if has("autocmd") " permette il riconoscimento del linguaggio
	filetype plugin indent on
endif

set showcmd
set showmatch

set nowrap

colorscheme delek

Revision: 1820
at November 9, 2006 23:55 by whitetiger


Initial Code
syntax on

set backspace=indent,eol,start
set nocompatible " rende vim compatibile a vi

set hlsearch
set incsearch
set autoindent
set textwidth=0
set ruler " fa apparire la posizione del cursore
set history=50

if has("autocmd") " permette il riconoscimento del linguaggio
	filetype plugin indent on
endif

set showcmd
set showmatch

set nowrap

colorscheme delek

Initial URL


Initial Description


Initial Title
Linux - File vimrc

Initial Tags
unix, linux, apache

Initial Language
Bash