Skip to content

Commit

Permalink
use pry instead of byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
diabolo committed Sep 10, 2014
1 parent 134207e commit d4707ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ map <leader>e :e! ~/.vimrc<cr>
autocmd! bufwritepost vimrc source ~/.vimrc

" Fast insert of debugger command
map <leader>d obyebug<ESC>
map <leader>D Obyebug<ESC>
map <leader>d obinding.pry<ESC>
map <leader>D Obinding.pry<ESC>
" Longer memory of commands
set history=200
Expand Down

0 comments on commit d4707ec

Please sign in to comment.