Removed /usr/local from CDPATH
[clearscm.git] / rc / vimrc
index d71d4e2..76c4dcf 100644 (file)
--- a/rc/vimrc
+++ b/rc/vimrc
@@ -6,5 +6,8 @@ set nocompatible
 set backspace=indent,eol,start
 set hlsearch
 set ff=unix
-colorscheme slate
+colorscheme pablo
 map! \7f \b
+set number
+autocmd BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g`\"" | endif
+