Changed test shortcuts

Use leader-based sequences, document the fuck out of them
This commit is contained in:
Emmanuel BENOîT 2021-05-18 15:49:52 +02:00
parent 36640f7360
commit dd93afedb6
3 changed files with 13 additions and 4 deletions

View file

@ -40,3 +40,4 @@ function! ToggleQuickfix(size, ...)
endfunc
nmap <silent> <F12> :call ToggleQuickfix(0)<CR>
nmap <silent> <Leader>q :call ToggleQuickfix(0)<CR>