Add keys to flush Command T

This commit is contained in:
ViViDboarder 2013-03-12 12:59:36 -04:00
parent 8d8e5d85f4
commit 962fb28b4a

View File

@ -209,8 +209,10 @@ if has('ruby')
" Conditional Mappings
if has('unix')
nnoremap <silent><C-t> :CommandT<CR>
nnoremap <C-r><C-t> :CommandTFlush<CR>
else
nnoremap <silent><M-t> :CommandT<CR>
nnoremap <M-r><M-t> :CommandTFlush<CR>
endif
" Leader Commands