mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 10:27: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user