A simple package to enhance the editor pane splitting experience for atom.
'ctrl-shift-k': Split open editor window upwards.
'ctrl-shift-j': Split open editor window downwards.
'ctrl-shift-h': Split open editor window left.
'ctrl-shift-l': Split open editor window right.
'ctrl-k': Move to next panel up.
'ctrl-j': Move to next panel down.
'ctrl-h': Move to next panel on the left.
'ctrl-l': Move to next panel on the right.
cmd can be used in place of ctrl for osx users.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.