in vim, how I can selected the lines with the same indent, example
if true:
line 1
line 2
...
line n
if the cursor is over line 2, how I can selected from line 1 to line n?
|
in vim, how I can selected the lines with the same indent, example
if the cursor is over line 2, how I can selected from line 1 to line n?
| |||
|
feedback
|
|
Take a look at vim-indent-object. | |||
feedback
|