Better key commands for CommandT

This commit is contained in:
ViViDboarder 2014-01-21 17:51:24 -08:00
parent 93db35dbfe
commit 825295793f
1 changed files with 2 additions and 1 deletions

View File

@ -333,10 +333,11 @@ if has('ruby')
" Mappings
nnoremap <silent><C-t> :CommandT<CR>
nnoremap <silent><C-b> :CommandTBuffer<CR>
" Leader Commands
nnoremap <leader>t :CommandT<CR>
nnoremap <leader>b :CommanTBuffer<CR>
nnoremap <leader>b :CommandTBuffer<CR>
nnoremap <leader>tt :CommandTTag<CR>
else
" Use ctrlp.vim since we don't have Ruby