Skip to content
Snippets Groups Projects
Commit 19f88cb0 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Fixed tab next and scroll

parent 41c2268c
No related branches found
No related tags found
No related merge requests found
......@@ -77,5 +77,7 @@ config.bind('<ctrl+p>', 'tab-prev')
config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
config.bind('b', 'set-cmd-text -s :buffer')
config.bind('J', 'scroll-page 0 1')
config.bind('K', 'scroll-page 0 -1')
# config.bind('J', 'scroll-page 0 1')
# config.bind('K', 'scroll-page 0 -1')
config.bind('J', 'tab-next')
config.bind('K', 'tab-prev')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment