smarter larger moving in scrolling

This commit is contained in:
Chris Cochrun 2024-12-04 15:50:44 -06:00
parent 5f36e31953
commit c02a20d10e

View file

@ -2299,8 +2299,8 @@ config.bind("J", "tab-prev")
# config.bind('gu', 'navigate up') # config.bind('gu', 'navigate up')
# config.bind('h', 'scroll left') # config.bind('h', 'scroll left')
# config.bind('i', 'enter-mode insert') # config.bind('i', 'enter-mode insert')
config.bind('j', 'cmd-repeat 2 scroll down') config.bind('j', 'cmd-run-with-count 2 scroll down')
config.bind('k', 'cmd-repeat 2 scroll up') config.bind('k', 'cmd-run-with-count 2 scroll up')
# config.bind('l', 'scroll right') # config.bind('l', 'scroll right')
# config.bind('m', 'quickmark-save') # config.bind('m', 'quickmark-save')
# config.bind('n', 'search-next') # config.bind('n', 'search-next')