aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/textobject.rs
Commit message (Expand)AuthorAge
* fix test::plainSkyler Hawthorne2023-03-20
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* Adjust `m` textobject description and minor code clarification (#3343)Daniel S Poulin2022-08-17
* Add `m` textobject to select closest surround pairGokul Soumya2022-04-29
* Make textobject select last paragraph (#1992)Ivan Tham2022-04-13
* Remove usage of format ident feature from tests (#2028)Michael Davis2022-04-08
* Rename _para to _paragraphIvan Tham2022-04-02
* Change test mark from ^@ to #[|]#Ivan Tham2022-04-02
* Add paragraph textobjectIvan Tham2022-04-02
* Add object.movement for tree-sitter navigationGokul Soumya2022-02-15
* Fix surround cursor position calculation (#1183)Gokul Soumya2021-11-29
* Add WORD textobject (#991)Omnikar2021-11-08
* Add treesitter textobjects (#728)Gokul Soumya2021-10-23
* Fix around-word text-object selection. (#546)Nathan Vegdahl2021-08-06
* Fix buggy surround behavior from #376.Nathan Vegdahl2021-08-04
* Address some PR comments.Nathan Vegdahl2021-07-26
* Collect some common patterns into methods on `Range`.Nathan Vegdahl2021-07-26
* Update surround commands to work with gap indexing.Nathan Vegdahl2021-07-08
* Fix surround bug when cursor on same pairGokul Soumya2021-07-03
* Add object selection (textobjects) (#385)Gokul Soumya2021-07-03