Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"page_down and page_up" overrides not only kitty behavior, but also programs opened inside kitty #5839

Closed
Zeioth opened this issue Dec 29, 2022 · 1 comment
Labels

Comments

@Zeioth
Copy link

Zeioth commented Dec 29, 2022

Describe the bug
map page_down scroll_page_down works correctly for kitty, but it also overrides pagination of vim. Which doesn't happen in other terms like foot.

To Reproduce
Steps to reproduce the behavior:

  1. kitty conf → map page_down scroll_page_down
  2. run vim → try to paginate
  3. Pagination keys won't work
@Zeioth Zeioth added the bug label Dec 29, 2022
@page-down
Copy link
Contributor

After configuring a shortcut, kitty will perform the action and not send the keystroke event to the program in the window.
You can use kitten to check and choose whether to perform the action or send the keystroke.

https://sw.kovidgoyal.net/kitty/kittens/custom/#kittens-created-by-kitty-users
https://github.com/yurikhan/kitty-smart-scroll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants