From 5a7af95ebf36143163db48c11df802a3f6374d46 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 5 Oct 2025 21:17:33 +0200 Subject: [PATCH] remove center screen from cnext cprev mappings --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index fdd9153..036baad 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -26,8 +26,8 @@ nnoremap h nnoremap j nnoremap k nnoremap l -nnoremap :cnextzz -nnoremap :cpreviouszz +nnoremap :cnext +nnoremap :cprevious nnoremap zz nnoremap H ^ nnoremap L $