mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Include "change" in textobject autoinfo (#10496)
This commit is contained in:
parent
ab203b5f53
commit
521accaf00
@ -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 New Issue
Block a user