Sort Lines is a tiny Nova extension that sorts lines in alphabetical order.
After installing Sort Lines:
- Select the Editor → Sort Lines menu item; or
- Open the command palette and type
Sort Lines
- Sort Lines → Alphabetical
- Sort Lines → Alphabetical (Case Sensitive)
If you're looking to replicate Sublime's key bindings for this same feature:
- Assign F5 to Sort Lines → Alphabetical
- Assign ^F5 to Sort Lines → Alphabetical (Case Sensitive)
...are welcome! Happy sorting.