Skip to content

Commit

Permalink
Add paragraph textobject to match infobox (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomKPZ committed Apr 7, 2022
1 parent b03421a commit d37369c
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 @@ -4025,6 +4025,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
let help_text = [
("w", "Word"),
("W", "WORD"),
("p", "Paragraph"),
("c", "Class (tree-sitter)"),
("f", "Function (tree-sitter)"),
("a", "Argument/parameter (tree-sitter)"),
Expand Down

0 comments on commit d37369c

Please sign in to comment.