aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/textobject.rs
Commit message (Expand)AuthorAge
* 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