Skip to content

Add C-u / C-d for page up / page down #1886

Discussion options

You must be logged in to vote

I believe you can achieve this behavior by adding the following lines into your key_bindings.ron

(
    page_up: Some(( code: Char('u'), modifiers: ( bits: 2,),)),
    page_down: Some(( code: Char('d'), modifiers: ( bits: 2,),)),
)

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by extrawurst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants
Converted from issue

This discussion was converted from issue #1394 on September 11, 2023 13:23.