forward-kill-word - Delete next word at the cursor position
backward-kill-word - Delete previous word at the cursor position
n forward-kill-word (esc d)
n backward-kill-word (esc backspace)
forward-kill-word deletes the next n words starting at the current cursor position, the deleted text is added to the kill buffer. See forward-word(2) for a description of word boundaries.
backward-kill-word deletes the previous n words before the cursor, the deleted text is added to the kill buffer.
backward-kill-word is also bound to esc backspace.
(c) Copyright JASSPA 1999
Last Modified: 1998/07/28
Generated On: 1999/12/01