From 89ac5f51db3562811361c2a79922b06628f743ab Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 29 Jul 2025 21:51:50 +0200 Subject: [PATCH] add zz to next and prev quickfix item --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 9fa39c6..ba073cf 100644 --- a/init.lua +++ b/init.lua @@ -31,8 +31,8 @@ vim.cmd [[ nnoremap ,ct :call setqflist([{'filename': expand('%'), 'lnum': line('.'), 'col': col('.'), 'text': 'TODO'}], 'a') nnoremap ,cf :cfirst nnoremap ,cl :clast - nnoremap :cnext - nnoremap :cprevious + nnoremap :cnextzz + nnoremap :cpreviouszz nnoremap ,cu :colder nnoremap ,cr :cnewer nnoremap H ^