How do you select all lines at the same indentation level?
vii with indent-object plugin
The vim-indent-object plugin provides ii (inner indent) and ai (around indent) text objects.
vii with indent-object plugin
The vim-indent-object plugin provides ii (inner indent) and ai (around indent) text objects.
"a]p
Use ]p after specifying a register to paste with adjusted indentation.
qaI <Esc>jq
Record a macro that inserts two spaces at the beginning of the line and moves down.
ii / ai
The vim-indent-object plugin by Michael Smith adds text objects based on indentation level, giving you ii (inner indent) and ai (an indent) to select, delete, c