An indented text navigation plugin for Sublime Text.
Navigate between and within indented text blocks via up, down, home and end, as if they were the whole document, by holding alt modifier.
...
Key | Description |
---|---|
alt+home | Move caret(s) to beginning of indented text block |
alt+end | Move caret(s) to end of indented text block |
alt+up | Move caret(s) to previous text block of same indentation |
alt+end | Move caret(s) to next text block of same indentation |
--- | --- |
alt+shift+home | Expand selection to beginning of indented text block |
alt+shift+end | Expand selection to end of indented text block |
alt+shift+up | Expand selection to previous text block of same indentation |
alt+shift+end | Expand selection to next text block of same indentation |
Inspired by BlockNav and Jump Along Indent.