Added pry! abbreviation for pry debugging line
This commit is contained in:
parent
8b315b4119
commit
5978627032
@ -120,3 +120,6 @@ nmap . .`[
|
|||||||
" swap them: http://items.sjbach.com/319/configuring-vim-right
|
" swap them: http://items.sjbach.com/319/configuring-vim-right
|
||||||
nnoremap ' `
|
nnoremap ' `
|
||||||
nnoremap ` '
|
nnoremap ` '
|
||||||
|
|
||||||
|
" Abbreviations to use...snippets that are expanded with space
|
||||||
|
abbr pry! require 'pry'; binding.pry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user