ex-mode-sort Adds :sort to atom's vim-mode's ex-mode. bspaulding 942 1 1.0.0 MIT GitHub Share Package Link MarkDown Link Iconic MarkDown Link Install 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.