An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# vimsort

[![This project is considered stable](https://img.shields.io/badge/status-stable-success.svg)](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`.