smarter larger moving in scrolling
This commit is contained in:
parent
5f36e31953
commit
c02a20d10e
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue