Skip to content

Commit

Permalink
Update vim
Browse files Browse the repository at this point in the history
  • Loading branch information
redguitarfreak committed May 25, 2014
1 parent ebc3ff1 commit 2209bc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ set nocompatible
set history=50
set number
inoremap ( ()
inoremap { {}<Esc>i
inoremap [ []<Esc>i
inoremap " ""<Esc>i
inoremap < <><Esc>i
inoremap { {}
inoremap [ []
inoremap " ""
inoremap < <>
set tabstop=4
set shiftwidth=4
set expandtab
Expand Down

0 comments on commit 2209bc0

Please sign in to comment.