vim:keys: Fix search result centering mapping

The cursor should be vertically centered **after** we moved to the next
search result.
This commit is contained in:
2023-02-13 14:55:41 +01:00
parent 226f09b046
commit 11fc486768

View File

@@ -261,7 +261,7 @@ vnoremap < <gv
vnoremap = =gv
" Center search results
noremap n zzn
noremap n nzz
" Switch to lower/upper case
nnoremap <leader><C-U> gUl