So I have a text say
Hello I am going to be late tonight.
Do not go outside.
And I would like to select:
Hello I
Do not
Is this possible?
So I have a text say
Hello I am going to be late tonight.
Do not go outside.
And I would like to select:
Hello I
Do not
Is this possible?
The below links explain exactly what you are looking for.
In notepad++,
use Alt + Mouse
and drag or
Alt + Shift + Arrow keys
for selecting column wise and editing.
In vim use ctrl-v
for selecting column wise.
You can also refer to this question on SO.
Using Vim, you can do column-wise selection with Ctrl-v