Next / Previous / Contents / TCC Help System / NM Tech homepage

5. Deleting text (kill) and putting it back (yank)

C-dDelete the character at point.
delDelete the character before point.
M-dDelete the word at point.
C-kDelete from point to the end of the line.
C-@Set the mark at point (control-shift-2).
C-wKill the region (between point and mark).
M-wCopy the region.
C-yYank (reinstate) the last-killed block at point.
C-x C-xExchange point and mark; this is useful for checking to see what's in the region.
M-\Delete all the white space around point.
M-spaceDelete all the white space around point, leaving one space.