Add paragraph textobject to match infobox (#1969)

This commit is contained in:
tomKPZ 2022-04-06 18:11:14 -07:00 committed by GitHub
parent b03421a8c0
commit d37369c1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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