From 8fc5095e9c599a99eaf49d36207b255ce76275f3 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 30 Jul 2014 09:43:11 -0700 Subject: [PATCH] Add pry to vimrc --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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