Adds the :sort command to ex-mode
:sort
Install both vim-mode and ex-mode. Type : in command mode. Enter sort.
:
sort
By default, as in vim, sort is case sensitive. For a case insensitive sort, pass the i flag: :sort i.
i
:sort i