Double-size vim viewport scrolling

This commit is contained in:
Sage Vaillancourt 2024-03-24 16:32:06 -04:00
parent 99c56b8bd1
commit 471fa724c8
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ nnoremap <C-K> <C-W><C-K>
nnoremap <C-L> <C-W><C-L>
nnoremap <C-H> <C-W><C-H>
nnoremap <C-E> <C-E><C-E>
nnoremap <C-Y> <C-Y><C-Y>
nnoremap dK <Esc>kdd
nnoremap dJ <Esc>jdd