sort-words

Sorts your words in Atom, till segfault do us part.

jamesgraham10

3,024

2

Bug Reports

0.1.4

MIT

GitHub

Sort Words

Sorts your words in Atom, till segfault do us part.

Commands and Keybindings

All of the following commands are under the atom-text-editor selector.

If active buffer has selections, the commands operate on each selected range. Otherwise, the commands operate on the whole text in the active buffer.

Command Description
sort-words:sort-case-insensitive Sort words (case-insensitive)
sort-words:sort-case-sensitive Sort words (case-sensitive)

Custom keybindings can be added by referencing the above commands. Since this is not a common package, it has no default keymap. To learn more, visit the Using Atom: Basic Customization or Behind Atom: Keymaps In-Depth sections in the flight manual.