Skip to content

Commit

Permalink
Adjust wording of autoinfo to reflect new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
EpocSquadron committed Aug 13, 2022
1 parent 4649661 commit 41b484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
];

Expand Down

0 comments on commit 41b484d

Please sign in to comment.