Skip to content

Commit

Permalink
Update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehren Murdick committed Jul 29, 2014
1 parent 11b36e2 commit ab45e18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vimrc
Expand Up @@ -79,21 +79,22 @@ set sw=2 " soft tab width in spaces
set t_Co=256
set tabstop=2
set tags+=gems.tags
set tildeop
set ts=2
set viminfo^=! " make project list persist across restarts
set visualbell t_vb= " turn off visualbell
set wildmenu
set wildmode=longest,list,full


" run vim-rspec in iTerm
let g:rspec_runner = "os_x_iterm"

imap %% <%= %><Left><Left><Left>
let g:agprg="ag --column --smart-case"

map <Leader>p :let @" = expand("%")<CR>
let g:ctrlp_extensions = ['funky']
nnoremap <Leader>u :execute 'CtrlPFunky ' . expand('<cword>')<Cr>
nnoremap <Leader>f :CtrlPFunky<Cr>
Expand Down

0 comments on commit ab45e18

Please sign in to comment.