1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-20 15:56:05 +02:00

Include "change" in textobject autoinfo (#10496)

This commit is contained in:
ath3 2024-04-17 17:29:28 +02:00 committed by GitHub
parent ab203b5f53
commit 521accaf00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),
];