[Vim]Sort

Fri Feb 14

Vim practice

Author:Noritaka

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

---
1. vi{
2. :sort <CR>
---
{
a
b 
c
d
a
b
c
d
}

Vim