dvcrn / proton

space-atom. spacemacs and sublimious style editing in atom
GNU General Public License v3.0
565 stars 55 forks source link

fix(core) #272 SPC-# now works as expected #294

Closed jackcasey closed 6 years ago

jackcasey commented 6 years ago

Make it so that SPC 1-9 goes to the first 9 panes, and SPC 0 goes to treeview.

In order to be robust if it can't find a pane it will go to treeview. Now ignores 'panels' entirely, I'm not sure what they are and panes are what is working for me.

This fixes #272 for me.

WRT 'panels' please let me know if I've overlooked something. In my editor panels for 'left' and 'right' were always empty anyway.

dvcrn commented 6 years ago

very cool! thank you!