How I can selected the lines with the same indent?
For 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?
How I can selected the lines with the same indent?
For 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?