I've got a macro that searches for a specific line and deletes everthing above that line:
This specific line is very long and wrapped in my window it takes 2 or 3 rows. The problem is, that the "Key HOME" just moves the cursor to column 1 of the 2nd or 3rd row of my line (and not to the beginning of the total line) and then deletes row1 of my specific line too
How to move the cursor to the absolute beginning of my line or how to use a command to switch word wrap off in that window?
Code: Select all
Find ...
Key HOME
SelectToTop
Delete
How to move the cursor to the absolute beginning of my line or how to use a command to switch word wrap off in that window?