Add page up / down actions for Ctrl+P / Ctrl+N (#350)
Helpful to those who like these keys in other applications or who do not have pgup/pgdown keys.
This commit is contained in:
parent
89d5b0aa7b
commit
c9633c095d
@ -35,6 +35,8 @@ visual:
|
||||
|
||||
room:
|
||||
'Escape': clear
|
||||
'Ctrl+p': scroll_up
|
||||
'Ctrl+n': scroll_down
|
||||
'PageUp': scroll_up
|
||||
'PageDown': scroll_down
|
||||
'Enter': send
|
||||
|
Loading…
Reference in New Issue
Block a user