diff options
author | Atticus Sebastiani | 2023-04-23 02:07:34 +0000 |
---|---|---|
committer | GitHub | 2023-04-23 02:07:34 +0000 |
commit | 228a4af35fec3be633c31ecbbdf0b6f7bb7a9fcd (patch) | |
tree | 7c4ce557df08398e7ec37a57b12ebcbe07ed3887 /book | |
parent | b7c62e200e0fbe600855e6a2d492286349cae4ae (diff) |
make `:u` alias `:update` (#6835)
* Gave the command update the alias u
* Re added trailing newline
* generated docs
Diffstat (limited to 'book')
-rw-r--r-- | book/src/generated/typable-cmd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 9d15b83c..a9d68b75 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -46,7 +46,7 @@ | `:character-info`, `:char` | Get info about the character under the primary cursor. | | `:reload` | Discard changes and reload from the source file. | | `:reload-all` | Discard changes and reload all documents from the source files. | -| `:update` | Write changes only if the file has been modified. | +| `:update`, `:u` | Write changes only if the file has been modified. | | `:lsp-workspace-command` | Open workspace command picker | | `:lsp-restart` | Restarts the Language Server that is in use by the current doc | | `:lsp-stop` | Stops the Language Server that is in use by the current doc | |