indentation-jumper
Jump between lines of same indentation with `alt-up`/`alt-down`.
7even 1,291 12 0.1.2 MIT GitHub

Indentation Jumper

A simple package designed to ease the code navigation in Atom.

demo

Hotkeys

⌥↓ - jump to next line with same indentation as the current line.

⌥↑ - jump to previous line with same indentation as the current line.

⇧⌥↓ - select down to next line with same indentation.

⇧⌥↑ - select up to previous line with same indentation.

Heavily inspired by corresponding TextMate built-in functionality.