Lines Matching full:delete
94 .Ic ed-delete-prev-word
109 .It Ctrl-H, BS Ta Ic vi-delete-prev-char
116 .It Ctrl-W Ta Ic ed-delete-prev-word
119 .It Ctrl-?, DEL Ta Ic vi-delete-prev-char
132 .It Ctrl-H, BS Ta Ic ed-delete-prev-char
144 .It Ctrl-W Ta Ic ed-delete-prev-word
180 .It X Ta Ic ed-delete-prev-char
188 .It d Ta Ic vi-delete-meta
204 .It x Ta Ic ed-delete-next-char
208 .It Ctrl-?, DEL Ta Ic ed-delete-prev-char
221 .It Ctrl-D, EOF Ta Ic em-delete-or-list
224 .It Ctrl-H, BS Ta Ic em-delete-prev-char
245 .It Ctrl-?, DEL Ta Ic em-delete-prev-char
246 .It Ctrl-Meta-H Ta Ic ed-delete-prev-word
252 .It Meta-D Ta Ic em-delete-next-word
264 .It Meta-d Ta Ic em-delete-next-word
272 .It Ctrl-Meta-? Ta Ic ed-delete-prev-word
336 .It Ic ed-delete-next-char Pq vi command: x
337 Delete the character at the cursor position.
338 With an argument, delete that number of characters.
343 .It Ic ed-delete-prev-char Pq vi command: X, Ctrl-H, BS, Ctrl-?, DEL
344 Delete the character to the left of the cursor position.
345 With an argument, delete that number of characters.
347 .It Ic ed-delete-prev-word Pq vi: Ctrl-W; emacs: Ctrl-Meta-H, Ctrl-Meta-?
348 Move to the left to the closest beginning of a word, delete the
351 With an argument, delete that number of words.
374 Delete the string from the cursor position to the end of the line
499 .It Ic em-delete-next-word Pq emacs: Meta-D, Meta-d
500 Delete the string from the cursor to the end of the current word
503 .It Ic em-delete-or-list Pq emacs: Ctrl-D, EOF
504 If the cursor is not at the end of the line, delete the character
509 .It Ic em-delete-prev-char Pq emacs: Ctrl-H, BS, Ctrl-?, DEL
510 Delete the character to the left of the cursor.
523 Delete the entire contents of the edit buffer and save it to the
526 Delete the string from the cursor to the mark and save it to the
590 Delete the string from the cursor to the position specified by the
592 When given twice in a row, instead delete the whole contents of the
596 Delete the string from the cursor position to the end of the line
607 .It Ic vi-delete-meta Pq vi command: d
608 Delete the string from the cursor to the position specified by the
610 When given twice in a row, instead delete the whole contents of the
612 .It Ic vi-delete-prev-char Pq vi insert: Ctrl-H, BS, Ctrl-?, DEL
613 Delete the character to the left of the cursor.
646 Delete the string from the beginning of the edit buffer to the
777 Delete the character at the cursor and switch to vi insert mode.
779 Delete the entire contents of the edit buffer, save a copy of it