Feb 14
Keyboard shortcut to move a block up or down
In the same way that we can drag blocks up and down, it would be useful to be able to do this with the keyboard.
Based on muscle-memory from my IDE, selfishly suggesting the following key combos as defaults :)
alt+⬆ drag a block up above the preceding block
alt+⬇ drag a block down below the subsequent block
Bonus:
The shift key modifier copies the block rather than dragging it
shift+alt+⬆ copy a block up above the preceding block
shift+alt+⬇ copy a block down below the subsequent block
The caret should stay in the same place in the moved block or in the newly created block following a copy
Pending