Closed kasperpihl closed 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
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:
keymap.cson
'.fuzzy-finder': 'alt-enter': 'pane:split-right'
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