Sorting with Vim
- You can sort in vim by highlighting text and running
sort
Highlight what you want to sort in visual mode and then type :sort
to
sort it.
:sort
May 12, 20231 min read
sort
Highlight what you want to sort in visual mode and then type :sort
to
sort it.
:sort