atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

Alt+Enter to open in second pane (Xcode style) #260

Closed kasperpihl closed 8 years ago

kasperpihl commented 8 years ago

I'm coming from Xcode, and I really love how powerful it is to work with split panes there.

A setting to open the file in the second pane on alt-enter and the first pane on enter would be really nice.

Is this meant to go here or can I extend this somehow with a package?

Thanks

lee-dohm commented 8 years ago

The fuzzy-finder already has the ability to do this. You can use the following keybinding in your keymap.cson to get what you want:

'.fuzzy-finder':
  'alt-enter': 'pane:split-right'