Collin Doering
5a83b71e52
* conkeror configuration fil (long past due) * a lisp template to autoinsert in .emacs for .lisp files * a ratpoison wm config file * a not-really-started stumpwm config * vim config file for those odd times out of emacs :S Signed-off-by: Collin Doering <rekahsoft@gmail.com>
15 lines
243 B
VimL
15 lines
243 B
VimL
" File: ~/.vimrc
|
|
" Date: May 26, 2011
|
|
" Author: Collin J. Doering <rekahsoft@gmail.com>
|
|
|
|
" strip off file menu and toolbar
|
|
set guioptions-=m
|
|
set guioptions-=T
|
|
|
|
" set color scheme to a dark one
|
|
colorscheme slate
|
|
|
|
" number the lines
|
|
set number
|
|
|