Tue Feb 25
Vim practice
Author:Noritaka
Replace simple
Copy and paste the below text and type some commands like below.
---
1. /h2 <CR> <Esc>
2. yy (YANK A LINE)
3. j
4. Vp (PASTE A LINE)
---
<!DOCTYPE html>
<html>
<head><title>TIP281 Vim</title></head>
<body><h1>Practice Vim</h1></body>
<h2>Practice Vim</h2>
????????????????????????
</html>