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

Fix #11: Add emacs keybindings and use commands. #14

Closed Osmose closed 9 years ago

Osmose commented 9 years ago

Add extra keybindings for navigation through the file list, and switch to using commands for implementing keybindings so users can customize them to their heart's content.

@nomatics Would you be willing to pull this down and test out if it works? Also if you want to glance through the code and leave any feedback that'd be great! :D

@mythmon r? if you're tired of fixing your media center :P

mythmon commented 9 years ago

I got this working in dev mode locally, and turned on the key binding resolver debugger (ctrl+. for me). It does what I expect it to, and the code is a lot prettier. My confusion in the README is minor, and doesn't need to be addressed if you don't have any clever ideas. r+

Osmose commented 9 years ago

Thanks for the review!