Include "change" in textobject autoinfo (#10496)
This commit is contained in:
parent
ab203b5f53
commit
521accaf00
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue