ex-mode-sort
Adds :sort to atom's vim-mode's ex-mode.
bspaulding 948 1 1.0.0 MIT GitHub

ex-mode-sort package

Adds the :sort command to ex-mode

Use

Install both vim-mode and ex-mode. Type : in command mode. Enter sort.

By default, as in vim, sort is case sensitive. For a case insensitive sort, pass the i flag: :sort i.