Osmose / advanced-open-file

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

Add emacs keybinds for up/down when selecting file #11

Closed nomatics closed 9 years ago

nomatics commented 9 years ago

Proposed add for Emacs ctrl-n and ctrl-p for selecting next/prev file in list. Also, ctrl-i/ctrl-k are popular movement key combos.

Osmose commented 9 years ago

Not a bad idea! Your PR looks good, but I think rather than hard-coding the key combinations, we'd be better off to register some commands, use them for the movement and register the extra keys in the keymap file.

How does that sound?