Remove bundle install command from vimrc

This commit is contained in:
Michael Campagnaro 2016-08-03 00:27:58 -04:00
parent 1033121cf8
commit d68ac2dcbc

1
vimrc
View File

@ -148,7 +148,6 @@ imap <left> <nop>
imap <right> <nop>
" Notes and other helpers
map <Leader>bb :!bundle install<cr>
map <leader>pn :sp ~/.personal-files/brain/writing/stack.txt<cr>
map <leader>sn :sp ~/.personal-files/documents/software-notes/clojure.md<cr>
map <leader>rn :sp ~/.work-files/dive-networks/files/notes/refactoring-notes.md<cr>