[Vim]Search methods

Mon Feb 24

Vim practice

Author:Noritaka

Astroのロゴ。
Search methods 
Copy and paste the below text and type some commands like below.

---
/you <CR> <Esc>
f P <Esc>             (search forward P)
F T  <Esc>            (search backward T)
t P  <Esc>            (search forward till P)
T T  <Esc>            (search forward till T)
---
You practie 
TIP04

Vim