Mercurial > index.cgi > dotfiles
comparison .vimrc @ 0:c78481cfb082
Initial checkin:
* svn:ignore * .
* Add files manually (from xanadu at work) to start the process
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Fri, 10 Apr 2009 17:51:18 +0000 |
parents | |
children | f65964738bab |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c78481cfb082 |
---|---|
1 version 5.0 | |
2 set nocompatible | |
3 set autoindent | |
4 set cindent | |
5 set mouse=a | |
6 set smartindent | |
7 set smarttab | |
8 set tabstop=3 | |
9 syntax on | |
10 set sw=3 | |
11 set bg=dark | |
12 set textwidth=78 | |
13 set sm | |
14 hi Normal guibg=black guifg=white |