Skip to content

Commit c6396af

Browse files
committed
Add paragraph textobject to match infobox
1 parent 0eb8799 commit c6396af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helix-term/src/commands.rs

+1
Original file line numberDiff line numberDiff line change
@@ -4025,6 +4025,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
40254025
let help_text = [
40264026
("w", "Word"),
40274027
("W", "WORD"),
4028+
("p", "Paragraph"),
40284029
("c", "Class (tree-sitter)"),
40294030
("f", "Function (tree-sitter)"),
40304031
("a", "Argument/parameter (tree-sitter)"),

0 commit comments

Comments
 (0)