mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 10:37:34 +00:00
Add keys to flush Command T
This commit is contained in:
parent
8d8e5d85f4
commit
962fb28b4a
@ -209,8 +209,10 @@ if has('ruby')
|
|||||||
" Conditional Mappings
|
" Conditional Mappings
|
||||||
if has('unix')
|
if has('unix')
|
||||||
nnoremap <silent><C-t> :CommandT<CR>
|
nnoremap <silent><C-t> :CommandT<CR>
|
||||||
|
nnoremap <C-r><C-t> :CommandTFlush<CR>
|
||||||
else
|
else
|
||||||
nnoremap <silent><M-t> :CommandT<CR>
|
nnoremap <silent><M-t> :CommandT<CR>
|
||||||
|
nnoremap <M-r><M-t> :CommandTFlush<CR>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Leader Commands
|
" Leader Commands
|
||||||
|
Loading…
Reference in New Issue
Block a user