helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.65k stars 2.5k forks source link

Add textobject for current indentation #1810

Open EpocSquadron opened 2 years ago

EpocSquadron commented 2 years ago

Kakoune has Alt-i i, which will select everything at the same indentation level as the existing selections, above and below until indentation level changes. Would be nice to have this in helix as well, as it's handy for quickly altering the indentation of a whole set of lines that might not be grouped under a single tree-sitter node.

space-shell commented 2 years ago

This enhancement would work really well for markup languages without tree-sitter availability such as .tsx files.