mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 05:57:37 +00:00
Better key commands for CommandT
This commit is contained in:
parent
93db35dbfe
commit
825295793f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user