-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Shift-PageUp/Down to scroll through the terminal #867
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
Comments
You can use tmux as a workaround, you can then use ctrl + b followed by pgup or pgdn to scroll |
Also interested in this. Just bought a BT keyboard for Termux and realized FN-Shift-UpArrow (which should send Shift-PageUp) did not scroll. I'm using the F-Droid version of Termux. |
i have the same problem with a small bluetooth keyboard |
This is an amazing and expected feature |
As a workaround, one can start shell in emacs. Page up and page down keys work there. |
This feature is greatly needed. What kind of terminal has a scroll buffer that can't be scrolled with a keyboard. |
Fixed locally, will be available in next release. |
Check 66a9495 and 33295de. If using github builds, you can download apk from https://github.com/termux/termux-app/actions/runs/5035491694 |
@agnostic-apollo Could you give an estimate when the fix will be released? I don't want to uninstall all the addons to get this working. Thank you! |
I'm sorry, my estimates are usually wrong, release has already been delayed by many months due to the amount of work, so can't give any short term date. |
I know the feeling. Thank you for the quick reply! |
You are welcome. Thanks for understanding. |
…`1` line of scrollback history instead of scrolling command history or changing pages This will work for both `SHIFT` extra key and hardware keyboards. The `SHIFT` extra key can be long held to lock it in an enabled state and `PGUP` and `PGDN` keys can be long held to repeat scrolling. Closes termux#867
…`1` line of scrollback history instead of scrolling command history or changing pages This will work for both `SHIFT` extra key and hardware keyboards. The `SHIFT` extra key can be long held to lock it in an enabled state and `PGUP` and `PGDN` keys can be long held to repeat scrolling. Closes #867
I am using a physical keyboard and would like to scroll through the terminal output using Shift-PageUp/PageDown combination.
Ctrl-LeftArrow/RightArrow is working for jumping between the words. Home & End buttons working too.
PageUp/PageDown is working in vim/less/... fine.
Let me know if I could help debugging this.
The text was updated successfully, but these errors were encountered: