adding arrow keys to the scrolling
This commit is contained in:
parent
306ce0317d
commit
d373bc6c63
|
@ -90,6 +90,10 @@ bind gh hint -h
|
|||
bind <C-s> fillcmdline tabgroupswitch
|
||||
bind tm fillcmdline tabgroupmove
|
||||
bind ts fillcmdline tabgroupswitch
|
||||
bind <ArrowUp> scrollline -10
|
||||
bind <ArrowDown> scrollline 10
|
||||
bind <ArrowLeft> scrollpixel -50
|
||||
bind <ArrowRight> scrollpixel 50
|
||||
|
||||
"" buffers show as windows
|
||||
bind b fillcmdline taball
|
||||
|
|
Loading…
Reference in a new issue