klorenz / atom-navigate-indent

Navigate through indentations with multicursor support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

navigate-indent package

Navigate quickly through indentations using following keymaps:

  • ctrl-shift-down go to next line with same indentation level
  • ctrl-shift-up go to previous line with same indentation level
  • ctrl-shift-left go to next line with more indentation
  • ctrl-shift-right go to next line with less indentation

(multicursor support)

About

Navigate through indentations with multicursor support

License:MIT License


Languages

Language:CoffeeScript 97.4%Language:CSS 1.6%Language:Python 1.0%