diff options
author | William Etheredge | 2023-02-03 14:24:46 +0000 |
---|---|---|
committer | GitHub | 2023-02-03 14:24:46 +0000 |
commit | f7bd7b5eafac9f016a470cc77c780922f83e690b (patch) | |
tree | 84e5cd9d28377c14b208bab68cc5487b1289d506 /book | |
parent | d8f482e11e2dec544ede636464cf6a87e32bd1f7 (diff) |
Add :character-info command (#4000)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/generated/typable-cmd.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md index 66e6ac03..0ff501a3 100644 --- a/book/src/generated/typable-cmd.md +++ b/book/src/generated/typable-cmd.md @@ -43,6 +43,7 @@ | `:change-current-directory`, `:cd` | Change the current working directory. | | `:show-directory`, `:pwd` | Show the current working directory. | | `:encoding` | Set encoding. Based on `https://encoding.spec.whatwg.org`. | +| `: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. | |