diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 45466c7..815b93f 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -333,10 +333,11 @@ if has('ruby') " Mappings nnoremap :CommandT + nnoremap :CommandTBuffer " Leader Commands nnoremap t :CommandT - nnoremap b :CommanTBuffer + nnoremap b :CommandTBuffer nnoremap tt :CommandTTag else " Use ctrlp.vim since we don't have Ruby