mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Merge pull request #2430 from stfl/quickfix
add mapping to clear quickfix
This commit is contained in:
commit
5f5e695b0a
@ -189,6 +189,10 @@ function! SpaceVim#default#keyBindings() abort
|
||||
\ 'Toggle recording',
|
||||
\ '',
|
||||
\ 'Toggle recording mode')
|
||||
call SpaceVim#mapping#def('nnoremap <silent>', '<Leader>qc', ':call setqflist([])<CR>',
|
||||
\ 'Clear quickfix list',
|
||||
\ '',
|
||||
\ 'Clear quickfix')
|
||||
|
||||
" Use Ctrl+* to jump between windows
|
||||
nnoremap <silent><C-Right> :<C-u>wincmd l<CR>
|
||||
|
Loading…
Reference in New Issue
Block a user