From 41b484d310d6ac283d0fb5b678ce2ab497026dfc Mon Sep 17 00:00:00 2001 From: Daniel Poulin Date: Sat, 13 Aug 2022 15:31:11 -0400 Subject: [PATCH] Adjust wording of autoinfo to reflect new functionality --- helix-term/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index f1cc596680ffc..874e3c117fdbb 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -4361,7 +4361,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) { ("a", "Argument/parameter (tree-sitter)"), ("o", "Comment (tree-sitter)"), ("t", "Test (tree-sitter)"), - ("m", "Matching delimiter under cursor"), + ("m", "Closest surrounding pair"), (" ", "... or any character acting as a pair"), ];