Make faster scrolling more consistent

This commit is contained in:
Caleb Braaten 2024-09-03 12:11:36 -07:00
parent 4ece82b799
commit 677653ff3d

View File

@ -20,8 +20,8 @@ nnoremap <leader>sm :SupermavenToggle<CR>
" Helpful Movment Mappings " Helpful Movment Mappings
" Check out https://sidneyliebrand.medium.com/a-collection-of-vim-key-binds-4d227c9a455 " Check out https://sidneyliebrand.medium.com/a-collection-of-vim-key-binds-4d227c9a455
noremap J } noremap J 10j
noremap K { noremap K 10k
noremap H ^ noremap H ^
noremap L $ noremap L $