Skip to content

Commit

Permalink
add .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Nov 24, 2011
1 parent 19dce0b commit 43373f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
set autoindent
set expandtab
set softtabstop=4
set shiftwidth=4
set showmatch
set incsearch
set wmh=0

map <c-j> <c-w>j<c-w>_
map <c-k> <c-w>k<c-w>_

0 comments on commit 43373f7

Please sign in to comment.