nvim: after/ftplugin/qf: Use leader key for colder/cnewer

This commit is contained in:
Sanchayan Maity 2022-04-02 17:45:44 +05:30
parent 2d17fe00ab
commit aad3027a89
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ setlocal nocursorline
setlocal nobuflisted
setlocal nospell
nnoremap <buffer> [- :colder<CR>
nnoremap <buffer> ]+ :cnewer<CR>
nnoremap <buffer> <Leader>- :colder<CR>
nnoremap <buffer> <Leader>+ :cnewer<CR>
nnoremap <buffer> <Leader>g :Cfilter<SPACE>