Add pry to vimrc
This commit is contained in:
parent
91d6e9841a
commit
8fc5095e9c
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue