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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user