Skip to content

Commit

Permalink
Include "change" in textobject autoinfo (helix-editor#10496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ath3 authored and postsolar committed Apr 20, 2024
1 parent b580cc5 commit 9d9f817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5440,6 +5440,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"),
];

Expand Down

0 comments on commit 9d9f817

Please sign in to comment.