Unnamed repository; edit this file 'description' to name the repository.
Include "change" in textobject autoinfo (#10496)
ath3 2024-04-17
parent ab203b5 · commit 521acca
-rw-r--r--helix-term/src/commands.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 8f7675bc..0c26ad92 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -5436,6 +5436,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("T", "Test (tree-sitter)"),
("e", "Data structure entry (tree-sitter)"),
("m", "Closest surrounding pair"),
+ ("g", "Change"),
(" ", "... or any character acting as a pair"),
];