Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 586 Bytes

VScode Indent Travel

Move cursor up or down and select text in between in a document by block (same indents with respect to current cursor's position)

Code repo is based on vscode_block_travel.

Features

The following commands and corresponding default keybindings are provided:

block-travel.jumpUp: ctrl+[
block-travel.selectUp: ctrl+shift+[
block-travel.jumpDown: ctrl+]
block-travel.selectDown: ctrl+shift+]

Demo gif of indent-travel at work

Release Notes

See the CHANGELOG