[Vim]Delete till specific word with visual

Fri Feb 14

Vim practice

Author:Noritaka

Astroのロゴ。
delete till specific word with visual
Copy and paste the below text and type some commands like below.

---
1. /thi <CR> <Esc> 
2. /ta <CR>          (jump to ta)
3. v /ge <CR>        (SET VISUAL MODE AND JUMP TO GE)
4. h                 (jump to left)
5. d <Esc>           (delete)
---
This phrase takes time but
eventually gets to the point.
TIP48

Vim