diff options
author | Matouš Dzivjak | 2021-12-27 04:11:06 +0000 |
---|---|---|
committer | GitHub | 2021-12-27 04:11:06 +0000 |
commit | a4641a8613bcbe4ad01d28d3d2a6f4509fef96a9 (patch) | |
tree | 778cc401aa3a567b1f303adec51f6f5f4f73f36c /book/src/generated | |
parent | 7001665342ade12823fba4f358a7e8efc2245a2b (diff) |
feat(commands): sort command (#1288)
* feat(commands): sort/rsort command
Add basic implementation of sort command.
* Sort by selections instead, implement reverse sort
* Generate docs
* Rename sort! to rsort
Diffstat (limited to 'book/src/generated')
-rw-r--r-- | book/src/generated/typable-cmd.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index f12082bb..45129cc1 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -42,3 +42,5 @@ | `:tutor` | Open the tutorial. | | `:goto`, `:g` | Go to line number. | | `:set-option`, `:set` | Set a config option at runtime | +| `:sort` | Sort ranges in selection. | +| `:rsort` | Sort ranges in selection in reverse order. | |