11/11/08

Sorting lines alphabetically in vim. See that. Very useful, for example, if you want to sort includes in a c/cpp file:

In visual mode, just mark the part to be sorted and type:

!sort

No comments: