-
Notifications
You must be signed in to change notification settings - Fork 20
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 Up and Page Down keys for navigation in list #120
Comments
There's actually commands you can bind for this yourself in your keybindings file: '.advanced-open-file atom-text-editor':
'pagedown': 'advanced-open-file:move-cursor-down'
'pageup': 'advanced-open-file:move-cursor-up' Hope that helps! |
Oh, no! Page Down/Up should not move one position up or down, and at the end or beginning of the list. |
Ah, we don't have commands for those. |
I don't really have bandwidth to work on this myself, but I'll review/merge/release a PR that adds this! |
Fixed by the PRs mentioned above. :D |
Enable Page Up and Page Down keys for navigation in list, please 😇
The text was updated successfully, but these errors were encountered: