Add paragraph textobject to match infobox (#1969)
This commit is contained in:
parent
b03421a8c0
commit
d37369c1e0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue