Added pry! abbreviation for pry debugging line

This commit is contained in:
yan 2011-12-15 09:25:10 -08:00
parent 8b315b4119
commit 5978627032

View File

@ -120,3 +120,6 @@ nmap . .`[
" swap them: http://items.sjbach.com/319/configuring-vim-right
nnoremap ' `
nnoremap ` '
" Abbreviations to use...snippets that are expanded with space
abbr pry! require 'pry'; binding.pry