Add paragraph textobject to match infobox (#1969)

imgbot
tomKPZ 2 years ago committed by GitHub
parent b03421a8c0
commit d37369c1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save