https://github.com/benknoble/vimsort
Sort text objects and visual selections
https://github.com/benknoble/vimsort
sort vim vim-plugin
Last synced: 9 months ago
JSON representation
Sort text objects and visual selections
- Host: GitHub
- URL: https://github.com/benknoble/vimsort
- Owner: benknoble
- License: mit
- Created: 2019-11-30T21:45:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T14:23:12.000Z (over 5 years ago)
- Last Synced: 2025-01-02T10:26:23.663Z (over 1 year ago)
- Topics: sort, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vimsort
[](https://benknoble.github.io/status/stable/)
Sort your lines with text objects (like `ap`) and visual mode!
## Usage
By default, `gs` is overridden in Normal and Visual mode to be a sort operator.
So `gsap` will sort the lines of a paragraph.
You can configure the mapping: see `:help vimsort-configuration`.