Code: Select all
aa
bb
cc
11
22
33
44Set the cursor behind the "11". Activate the "Column mode" and insert a TAB and paste the clipboard-content with "smart paste" (Ctrl+Shift+V)
The result in the line 5 (22 44) are spaces instead of a TAB in the line 4 (11 33).
And now, if I undo it with single CTRL+Z, the result is:
Code: Select all
aa
bb
cc
11
22 4 Code: Select all
aa
bb
cc
11
22 4
33
44