adding arrow keys to the scrolling

This commit is contained in:
Chris Cochrun 2025-02-06 15:20:56 -06:00
parent 306ce0317d
commit d373bc6c63

View file

@ -90,6 +90,10 @@ bind gh hint -h
bind <C-s> fillcmdline tabgroupswitch bind <C-s> fillcmdline tabgroupswitch
bind tm fillcmdline tabgroupmove bind tm fillcmdline tabgroupmove
bind ts fillcmdline tabgroupswitch bind ts fillcmdline tabgroupswitch
bind <ArrowUp> scrollline -10
bind <ArrowDown> scrollline 10
bind <ArrowLeft> scrollpixel -50
bind <ArrowRight> scrollpixel 50
"" buffers show as windows "" buffers show as windows
bind b fillcmdline taball bind b fillcmdline taball