mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
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)"),
|
("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…
Add table
Add a link
Reference in a new issue