Deletion.md
January 13, 2026 ยท View on GitHub
Deletion (Tasks involving deletion)
| Name | Description | Tags |
|---|---|---|
| Deletef | Delete forward to the next char. | chair-wise, deletion, f, horizontal, operator, register, right |
| DeleteF | Delete back to the previous char. | chair-wise, deletion, F, horizontal, left, operator, register |
| DeleteInsideQuotes | Delete inside the quotes. | deletion, operator, quotes, register |
| DeleteLine | Delete the current line. | deletion, line |
| DeleteMatch | Delete the current match. | deletion, match, operator, register, register, text-object |
| DeleteSentence | Delete the textobject inner sentence. | deletion, horizontal, operator, register, sentence, text-object |
| DeleteT | Delete back to the next char. | chair-wise, deletion, horizontal, left, operator, register, T |
| Deletet | Delete to the next char. | chair-wise, deletion, horizontal, operator, register, right, t |
| DeleteWord | Delete multiple words. | counter, deletion, horizontal, operator, register, text-object, word |
| DeleteWORD | Delete multiple WORDs. | counter, deletion, horizontal, operator, register, text-object, WORD |
| DeleteWORDEnd | Delete using 'E'. | deletion, END, operator, register, vertical, WORD_end |
| DeleteWordEnd | Delete using 'e'. | deletion, end, operator, register, vertical, word_end |