Update cheat_sheet.md

main
Matt Huntington 5 years ago committed by GitHub
parent ac7766218e
commit 5c2f2ebe4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save