From any position on a line you can delete it by pressing:
CTRL + L
This deletes the entire line and positions the caret at the beginning of the line.
{ 2006 07 24 }
From any position on a line you can delete it by pressing:
CTRL + L
This deletes the entire line and positions the caret at the beginning of the line.
Charlie | 14-Nov-06 at 9:46 am | Permalink
^L actually seems to be the equivalent to ^X (which I discovered when I copied a block of code and tried to delete a line with ^L before I pasted the block in its place).
Thanks for the great keyboard tips, though!