mirror of https://github.com/helix-editor/helix
Include "change" in textobject autoinfo (#10496)
parent
ab203b5f53
commit
521accaf00
|
@ -5436,6 +5436,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
|
||||||
("T", "Test (tree-sitter)"),
|
("T", "Test (tree-sitter)"),
|
||||||
("e", "Data structure entry (tree-sitter)"),
|
("e", "Data structure entry (tree-sitter)"),
|
||||||
("m", "Closest surrounding pair"),
|
("m", "Closest surrounding pair"),
|
||||||
|
("g", "Change"),
|
||||||
(" ", "... or any character acting as a pair"),
|
(" ", "... or any character acting as a pair"),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue