Egad boom

This commit is contained in:
2014-09-24 23:42:16 -04:00
parent 88e4ac8215
commit 4dad87874c
9 changed files with 42 additions and 174 deletions

21
vimrc Normal file
View File

@@ -0,0 +1,21 @@
syntax on
filetype on
filetype indent on
filetype plugin on
set directory^=~/.vim/_temp//
set hlsearch
set ignorecase
set incsearch
set laststatus=2
set nowrap
set number
set smartcase
set tabstop=4
set textwidth=67
map ,t :w<CR>
map ,- :nohl<CR>
call pathogen#infect()