Skip to content

Add page_half_up/down events#2897

Open
jyn514 wants to merge 1 commit intogitui-org:masterfrom
jyn514:page-up-down
Open

Add page_half_up/down events#2897
jyn514 wants to merge 1 commit intogitui-org:masterfrom
jyn514:page-up-down

Conversation

@jyn514
Copy link
Copy Markdown

@jyn514 jyn514 commented Apr 1, 2026

This Pull Request fixes/closes #109.

It changes the following:

  • Handle the keybinds in all popups that currently handle page_up/down
  • Bind them to Ctrl-U/D by default. I thought about binding half_down to Space, but that conflicts with some other default bindings, such as selecting the current commit.

I followed the checklist:

  • I added unittests
  • I ran make check without errors

(I did get errors in asyncgit->sync::branch tests, but those aren't related to my change.)

  • I tested the overall application
  • I added an appropriate item to the changelog

- Handle them in all popups that currently handle page_up/down
- Bind them to Ctrl-U/D by default. I thought about binding half_down to
  `Space`, but that conflicts with some other default bindings, such as
  selecting the current commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ctrl+U and Ctrl+D for page up/down

1 participant