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.
:sortsortHighlight what you want to sort in visual mode and then type :sort to sort it.
:sort