diff --git a/cheat_sheet.md b/cheat_sheet.md index 9c93625..83be225 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -39,6 +39,8 @@ - `dw` delete forward to end of word - `db` delete backward to beginning of word +- `D` delete to end of line +- `d^` delete to beginning of line - `dvb` delete backward to beginning of word including current char - `x` delete current char - `X` delete previous char