Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
119 stars 20 forks source link

Page Up and Page Down keys for navigation in list #120

Closed AlexWayfer closed 7 years ago

AlexWayfer commented 7 years ago

Enable Page Up and Page Down keys for navigation in list, please 😇

Osmose commented 7 years ago

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!

AlexWayfer commented 7 years ago

Oh, no! Page Down/Up should not move one position up or down, and at the end or beginning of the list. Does advanced-open-file have these commands?

Osmose commented 7 years ago

Ah, we don't have commands for those.

Osmose commented 7 years ago

I don't really have bandwidth to work on this myself, but I'll review/merge/release a PR that adds this!

Osmose commented 7 years ago

Fixed by the PRs mentioned above. :D