Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

This issue has been automatically marked as stale because it has not had any activity half a year. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

You must be logged in to vote
0 replies
Comment options

Boink

You must be logged in to vote
0 replies
Comment options

if C-u is a combo of first pressing C and then u this is a concept that gitui does not support. otherwise please clarify

You must be logged in to vote
0 replies
Comment options

if C-u is a combo of first pressing C and then u this is a concept that gitui does not support. otherwise please clarify

It means Ctrl-u. C-u and C-d are the page up and down commands in vim.

You must be logged in to vote
0 replies
Comment options

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,),)),
)
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
Converted from issue

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

AltStyle によって変換されたページ (->オリジナル) /