[Vim]Delete a part of word

Mon Feb 24

Vim practice

Author:Noritaka

Astroのロゴ。
delete part of a word
Copy and paste the below text and type some commands like below.

---
1. /co <CR>
2. de          (delte to end)
3. db          (delte to back)
---
incorrect

Vim