Website design : what to use ?

Adriano Varoli Piazza moranar at gmail.com
Sat Jun 17 07:04:12 UTC 2006


To further push vim, here's my .vimrc:
-------------------------------
"Place your systemwide modification here.
"/usr/share/vim/ files will be overwritten on update

source /usr/share/vim/vimrc
" 4 space indent
set sts=4
set shiftwidth=4

" colorset for the terminal
:colorscheme evening
set hlsearch

if !exists("syntax_on")
    syntax on
endif
:set nu!
let c_comment_strings=1

set mousehide

set ch=2

"line numbers
set nu!

"Indent css files.
autocmd FileType css set smartindent

------------------
Enjoy
-- 
Adriano Varoli Piazza
The Inside Out: http://moranar.com.ar
ICQ: 4410132
MSN: moranar at gmail.com




More information about the ubuntu-users mailing list