germtb / AltUp

Sublime package for better text/code navigation by jumping paragraphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AltUp

This is a little package that will look for the next empty line and then bring you to the next line. The reason for this is that this will allow you to jump from method to method in most programming languages with a one-line space between them. In any case it brings more power to the arrow navigation system.

This behaviour is based on a script to run multiple commands on sublime written by https://github.com/nilium/.

How to use

Use alt + up to go up a paragraph

Use alt + down to go down a paragraph

Use alt + shift + up to go up a paragraph extending selection

Use alt + shift + down to go down a paragraph extending selection

Installation

You can download this package from package control

About

Sublime package for better text/code navigation by jumping paragraphs

License:MIT License


Languages

Language:Python 52.8%Language:JavaScript 47.2%