mirror of https://github.com/helix-editor/helix
docs: item ordering
parent
7e77b15b53
commit
d048c6ec21
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue