aboutsummaryrefslogtreecommitdiff
path: root/book/src/generated/typable-cmd.md
diff options
context:
space:
mode:
authorMichael Davis2022-01-21 14:15:35 +0000
committerGitHub2022-01-21 14:15:35 +0000
commitf453f8724dc9374d6a88c19d83ba84e7d74dcac2 (patch)
tree1bd6fdeb6a9d4a0cf78f3d2ca22823159f7a27c1 /book/src/generated/typable-cmd.md
parent4563832318066fb927126db32f72479cb8456f2b (diff)
change show_subtree command into ':tree-sitter-subtree' typable command (#1524)
* add default keymap for show_subtree command * remove space+t keymap * add a typable command ':show-subtree' * generate documentation for ':show-subtree' * remove non-typable show_subtree command * ':show-subtree'->':tree-sitter-subtree'
Diffstat (limited to 'book/src/generated/typable-cmd.md')
-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 65b2dc5f..aed75cbd 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -45,3 +45,4 @@
| `:set-option`, `:set` | Set a config option at runtime |
| `:sort` | Sort ranges in selection. |
| `:rsort` | Sort ranges in selection in reverse order. |
+| `:tree-sitter-subtree`, `:ts-subtree` | Display tree sitter subtree under cursor, primarily for debugging queries. |