docs: item ordering

This commit is contained in:
Nikita Revenco 2025-02-28 15:20:31 +00:00
parent 7e77b15b53
commit d048c6ec21

View file

@ -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. |