mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
Add paragraph textobject to match infobox (#1969)
This commit is contained in:
parent
b03421a8c0
commit
d37369c1e0
@ -4025,6 +4025,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
|
|||||||
let help_text = [
|
let help_text = [
|
||||||
("w", "Word"),
|
("w", "Word"),
|
||||||
("W", "WORD"),
|
("W", "WORD"),
|
||||||
|
("p", "Paragraph"),
|
||||||
("c", "Class (tree-sitter)"),
|
("c", "Class (tree-sitter)"),
|
||||||
("f", "Function (tree-sitter)"),
|
("f", "Function (tree-sitter)"),
|
||||||
("a", "Argument/parameter (tree-sitter)"),
|
("a", "Argument/parameter (tree-sitter)"),
|
||||||
|
Loading…
Reference in New Issue
Block a user