Ability to select vertical block and then insert newly typed text into specified position of all rows of the block
Let's say, we have the following text:
12$
12367
...54
ABCDEF
Set the cursor at the end of the first row.
Press ALT+SHIFT+Down (two times). The regular cursor will switch to 3 rows long vertical bar.
Enter some text, let's say, 45. The text will be added into the 3 rows as follows:
12$45
1234567
...4554
ABCDEF
Just like it's implemented in Notepad++.
26
votes

-
Anonymous commented
PLEASE!