diff --git a/.vimrc b/.vimrc index 9b077b2..fa87054 100644 --- a/.vimrc +++ b/.vimrc @@ -7,6 +7,7 @@ Bundle 'gmarik/vundle' Bundle 'airblade/vim-gitgutter' Bundle 'godlygeek/tabular' Bundle 'kien/ctrlp.vim' +Bundle 'nathanaelkane/vim-indent-guides' Bundle 'rodjek/vim-puppet' Bundle 'tpope/vim-rails' Bundle 'tpope/vim-repeat' @@ -59,8 +60,11 @@ imap :w " Leaders (whatever that means) let mapleader = "," -map s :e ~/Source/ +map bi :BundleInstall map nc :Nyancat +map s :e ~/Source/ +map se :e ~/.vimrc +map sz :so ~/.vimrc map t :Tabularize / map ts :sp ~/tool-sharpener.txt