Is your feature request related to a problem?
Moving items between panes is nice via mouse, but we need a keyboard driven option.
Describe the solution you'd like
cmd-k arrow splits the pane (implemented today)
cmd-k cmd-arrow jumps to the pane in that direction (only partially implemented. Needs up and down, and needs to respect cursor position when selecting the pane. Should also split if no pane exists in that direction
cmd-k cmd-shift-arrow move the current item to a pane in the given direction. Should use the cursor position to decide which one. If no pane exists in that direction, a split should be created containing just the moved item
Is your feature request related to a problem?
Moving items between panes is nice via mouse, but we need a keyboard driven option.
Describe the solution you'd like
cmd-k arrowsplits the pane (implemented today)cmd-k cmd-arrowjumps to the pane in that direction (only partially implemented. Needs up and down, and needs to respect cursor position when selecting the pane. Should also split if no pane exists in that directioncmd-k cmd-shift-arrowmove the current item to a pane in the given direction. Should use the cursor position to decide which one. If no pane exists in that direction, a split should be created containing just the moved item