From d048c6ec2171f686350ca9f12a10f015804ecde3 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:20:31 +0000 Subject: [PATCH] docs: item ordering --- book/src/generated/typable-cmd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 4b378be8a..45eed674e 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -87,8 +87,8 @@ | `:move`, `:mv` | Move the current buffer and its corresponding file to a different path | | `:yank-diagnostic` | Yank diagnostic(s) under primary cursor to register, or clipboard by default | | `:read`, `:r` | Load a file into buffer | +| `:echo` | Prints the given arguments to the statusline. | +| `:noop` | Does nothing. | | `:left` | Align text to the left, optionally pass a number overriding the current document's text width | | `:center` | Center-align text, optionally pass a number overriding the current document's text width | | `:right` | Align text to the right, optionally pass a number overriding the current document's text width | -| `:echo` | Prints the given arguments to the statusline. | -| `:noop` | Does nothing. |