mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:07:36 +00:00
Better key commands for CommandT
This commit is contained in:
parent
93db35dbfe
commit
825295793f
@ -333,10 +333,11 @@ if has('ruby')
|
|||||||
|
|
||||||
" Mappings
|
" Mappings
|
||||||
nnoremap <silent><C-t> :CommandT<CR>
|
nnoremap <silent><C-t> :CommandT<CR>
|
||||||
|
nnoremap <silent><C-b> :CommandTBuffer<CR>
|
||||||
|
|
||||||
" Leader Commands
|
" Leader Commands
|
||||||
nnoremap <leader>t :CommandT<CR>
|
nnoremap <leader>t :CommandT<CR>
|
||||||
nnoremap <leader>b :CommanTBuffer<CR>
|
nnoremap <leader>b :CommandTBuffer<CR>
|
||||||
nnoremap <leader>tt :CommandTTag<CR>
|
nnoremap <leader>tt :CommandTTag<CR>
|
||||||
else
|
else
|
||||||
" Use ctrlp.vim since we don't have Ruby
|
" Use ctrlp.vim since we don't have Ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user