/indent-jump-vscode

Move cursor and select contents between lines with the same indents.

Primary LanguageTypeScriptMIT LicenseMIT

Indent Jump

Indent Jump in the VS Code Marketplace Indent Jump Downloads

Indent Jump Vscode


Indent Jump is an open source plugin for Vscode to move cursor and select contents between lines with the same indents.

Indent Jump features for VS Code

Features

The following commands and corresponding default keybindings are provided:

macOS

indent-jump.moveUp: alt + up
indent-jump.moveDown: alt + dwn
indent-jump.selectUp: alt + shift + up
indent-jump.selectDown: alt + shift + down

Windows

indent-jump.moveUp: ctrl + up
indent-jump.moveDown: ctrl + dwn
indent-jump.selectUp: ctrl + shift + up
indent-jump.selectDown: ctrl + shift + down