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

PageUp PageDown doesn't work in terminal apps #6878

Closed
sudomyju opened this issue Jul 30, 2022 · 5 comments
Closed

PageUp PageDown doesn't work in terminal apps #6878

sudomyju opened this issue Jul 30, 2022 · 5 comments
Labels

Comments

@sudomyju
Copy link

Describe the problem: PageUp PageDown doesn't work in terminal apps (specifically in vim)
the PageUp and PageDown keys do nothing in terminal apps like vim
(it is for sure the least problem with vim)

To Reproduce:
run vim in tabby, pen file that exceeds terminal window, try scrolling it by PageUp, PageDown keys

@Eugeny
Copy link
Owner

Eugeny commented Jul 30, 2022

In v182, PgUp/Down are bound to "scroll terminal one page up/down" by default - you can unbind / change them in Settings -> Hotkey

@nicolas-tallet
Copy link

I have been facing the exact same issue, and I have noticed the following behavior which might provide a clue on the actual root cause of the problem:

  • Opening a VIM terminal
  • PageUp / PageDown hotkeys do not work, as stated
  • Unbinding the two hotkeys from "Scroll terminal one page up/down"
  • Binding back the two keys to "Scroll terminal one page up/down"
  • PageUp / PageDown hotkeys now work fine
  • Using any other key
  • PageUp / PageDown hotkeys do not work anymore

@sudomyju
Copy link
Author

sudomyju commented Aug 5, 2022

Hi,
thank you for your answers ... there is something really weird with the passing the keys in.
It doesn't seem that ctrl+t, ctrl+v, ctrl+x are bound to anything but they do not work in vim fzf window

perhaps, is there some thick to fix it or am I missing some cool concept of tabby that blocks the keys in fzf window?

@Naolador
Copy link

I have a similar issue. In my case, I can use page up/down, but can't use home/end buttons. I found the hotkey really affects terminal behaviors.
#6848

@jblake1991
Copy link

Unbinding those keys from the hotkeys section worked for me.

@Eugeny Eugeny closed this as completed in 3090686 Sep 4, 2022
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

5 participants