Skip to content

Commit

Permalink
Add paragraph textobject to match infobox
Browse files Browse the repository at this point in the history
  • Loading branch information
tomKPZ committed Apr 6, 2022
1 parent 0eb8799 commit 880968e
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 @@ -4030,6 +4030,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("a", "Argument/parameter (tree-sitter)"),
("o", "Comment (tree-sitter)"),
("m", "Matching delimiter under cursor"),
("p", "Paragraph"),
(" ", "... or any character acting as a pair"),
];

Expand Down

0 comments on commit 880968e

Please sign in to comment.