remove center screen from cnext cprev mappings
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ nnoremap <c-h> <c-w>h
|
|||||||
nnoremap <c-j> <c-w>j
|
nnoremap <c-j> <c-w>j
|
||||||
nnoremap <c-k> <c-w>k
|
nnoremap <c-k> <c-w>k
|
||||||
nnoremap <c-l> <c-w>l
|
nnoremap <c-l> <c-w>l
|
||||||
nnoremap <c-n> :cnext<CR>zz
|
nnoremap <c-n> :cnext<CR>
|
||||||
nnoremap <c-p> :cprevious<CR>zz
|
nnoremap <c-p> :cprevious<CR>
|
||||||
nnoremap <c-u> <c-u>zz
|
nnoremap <c-u> <c-u>zz
|
||||||
nnoremap H ^
|
nnoremap H ^
|
||||||
nnoremap L $
|
nnoremap L $
|
||||||
|
|||||||
Reference in New Issue
Block a user