diff .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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.vimrc	Fri Apr 10 17:51:18 2009 +0000
@@ -0,0 +1,14 @@
+version 5.0
+set nocompatible
+set autoindent
+set cindent
+set mouse=a
+set smartindent
+set smarttab
+set tabstop=3
+syntax on
+set sw=3
+set bg=dark
+set textwidth=78
+set sm
+hi Normal guibg=black guifg=white