Fri Feb 14
Vim practice
Author:Noritaka
Search specific words with f
Copy and paste the below text and type some commands like below.
---
1. /fin <CR> fc ; ; , , ; ; <Esc>
2. $ Fc ; ; , , <Esc>
3. 0 tc ; ; , , <Esc>
4. $ TC ; ; , , <Esc>
---
Find the first occurrence of {char} and move to it.
TIP48