[16.53] Smart paste in column mode
Posted: 17 Dec 2025 09:31
Following example:
Cut lines 33 and 44 and copy them to the clipboard.
Set 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:
After two more UNDO's I got this result:
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