commit 611271b57f8db50c9bd1ef2fa0a75ae323d8f944 parent ebf505db5cd6d14891dc7c6cc58cf16576f54f80 Author: Alex Balgavy <alex@balgavy.eu> Date: Tue, 31 May 2022 21:07:00 +0200 vim: more quickfix mappings Diffstat:
M | vim/vimrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -1011,7 +1011,8 @@ nnoremap <leader>zt :exe "set foldlevel=".foldlevel(line('.'))<CR> " quickfix nnoremap <leader>qf :cwindow<CR> nnoremap <leader>qn :cnext<CR> -nnoremap <leader>cp :cprevious<CR> +nnoremap <leader>qp :cprevious<CR> +nnoremap <leader>qc :cclose<CR> " location nnoremap <leader>ll :lwindow<CR>