Add pry to vimrc

This commit is contained in:
Hunter Haugen 2014-07-30 09:43:11 -07:00
parent 91d6e9841a
commit 8fc5095e9c

4
.vimrc
View file

@ -739,6 +739,10 @@ noremap <Leader>enc :<C-w>execute
" Edit something in the current directory {{{2
noremap <Leader>ed :e <C-r>=expand("%:p:h")<CR>/<C-d>
" Insert pry line {{{2
noremap <Leader>pry orequire'pry';binding.pry<Esc>
noremap <Leader>PRY Orequire'pry';binding.pry<Esc>
" Enable fancy % matching {{{2
if has("eval")
runtime! macros/matchit.vim