Skip to content

aronj/sublime-space-block-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Space Block Jumper

Navigational package for the Sublime text editor.

This package lets you jump with the cursor vertically across space separated blocks, skipping empty lines. It also lets you select while jumping and has a command that selects current block. Consecutive usage of the block selection command indents selection or splits selection into multiple lines. This can be cycled.

Usage

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.

Settings

Settings Description
Skip Closest Edge Disable this to jump to every edge of every block irregardless of where you jump from. (Default: on)
Jump To Block Separator Enable this to always jump to empty lines. (Default: off)
Show Cursor At Center When jumping (Default: on)

Keybinds

Keybind Action
Alt+Up Jump up
Alt+Down Jump down
Alt+Shift+Up Jump and select up
Alt+Shift+Down Jump and select down
Alt+Shift+d Select block around cursor, consecutive usage indents selection and/or splits selection into multiple lines

Ideas

  • Implement selection retraction
  • Support for multiple blocks with alt+shift+d
  • Improve selection expansion with alt+shift+d
  • Improve empty lines selection with alt+shift+d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages