diff --git a/.vimrc b/.vimrc index d553111..9dab96d 100644 --- a/.vimrc +++ b/.vimrc @@ -739,6 +739,10 @@ noremap enc :execute " Edit something in the current directory {{{2 noremap ed :e =expand("%:p:h")/ +" Insert pry line {{{2 +noremap pry orequire'pry';binding.pry +noremap PRY Orequire'pry';binding.pry + " Enable fancy % matching {{{2 if has("eval") runtime! macros/matchit.vim