aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated
diff options
context:
space:
mode:
authoramaihoefner2022-05-11 01:18:45 +0000
committerGitHub2022-05-11 01:18:45 +0000
commita5bc69c2b5c6821129b635227e9f152e92f08ddc (patch)
tree083e8bc7e2493a5be88dc6d3ac1c5fafbcb87de6 /book/src/generated
parent0477d0289476c34e6b4d11a28165fee0c49063b3 (diff)
feat(commands): add log-open command (#2422)
Diffstat (limited to 'book/src/generated')
-rw-r--r--book/src/generated/typable-cmd.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 17d10c99..5ae184da 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -63,5 +63,6 @@
| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. |
| `:config-reload` | Refreshes helix's config. |
| `:config-open` | Open the helix config.toml file. |
+| `:log-open` | Open the helix log file. |
| `:pipe` | Pipe each selection to the shell command. |
| `:run-shell-command`, `:sh` | Run a shell command |