Space Block Text JumperNavigational package for the VS Code text editor. This package lets you jump with the cursor vertically across space/whitespace separated blocks/paragraphs and skip empty lines as well as skipping the closest edge of the new block when jumping out of a block. It also lets you select while jumping and has a command that selects current block/paragraph. UsageThe extension registers the following commands Jumping inside a block takes you to the its edge. When jumping from an edge of a block the cursor skips the closest edge in the new block. Consecutive empty lines are always skipped. DemoMoving between blocks and using selection Using the block selection command PortA clone for sublime text exists here https://github.com/aronj/sublime-space-block-jumper |