-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add keybinding for moving up/down an entire page at a time #640
Comments
@zadjii-msft Can I be assigned this issue? |
@zadjii-msft, can you follow a similar outline to #576 (comment) to get @Kapperchino started when you see this presuming you're good with it? |
Absolutely!
As @miniksa mentioned, you're going to be among the first people we assign to do a feature that aren't on our direct team. It might be rough and neither we nor you know exactly what to expect. Bear with us. We're learning how to be open as much as you're learning how to work in our code. If you need any help, please feel free to ping me on this thread. I'm happy to help. |
@zadjii-msft For the height of the terminal, do I get the view height and then calculate how many lines that would be? Or is there a way to get how many lines of text the terminal has? |
I think that |
@zadjii-msft how do I make a test for this? I did some manual testing. |
You know, I don't think we actually have any test for this particular area of the code. So I think you're probably fine making a PR without the tests for now. That's on me to add the testing infrastructure :P |
alright, I'll be doing the pr then, thanks for your help! |
Looks like the related PR was completed. Resolving. |
Ctrl+Shift+PgUp/Dn should move an entire page at a time
Ctrl+Shift+Up/Dn Arrow should move one (N) lines at a time
The text was updated successfully, but these errors were encountered: