aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/movement.rs
Commit message (Expand)AuthorAge
* add node boundary movementSkyler Hawthorne2023-08-01
* Fix next/prev tree-sitter inconsistency (#7332)A-Walrus2023-06-13
* add move_prev_long_word_end and extend_prev_long_word_end (#6905)vwkd2023-06-07
* return early if soft wrap is invalid (#6856)ymgyt2023-04-23
* fix test::plainSkyler Hawthorne2023-03-20
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20
* Short-circuit the word and treesitter object movement commands (#5851)Mike Trinkala2023-02-07
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Use requested direction for new textobject selection rangeMichael Davis2022-10-03
* Fix typos (#3858)taupiqueur2022-09-17
* respect count in treesitter movement (#3058)Bob2022-07-14
* feat: make `move_vertically` aware of tabs and wide characters (#2620)Matthew Toohey2022-06-21
* Remove usage of format ident feature from tests (#2028)Michael Davis2022-04-08
* Fix next paragraph logic over muliple blank lines (#1951)Ivan Tham2022-04-05
* Rename _para to _paragraphIvan Tham2022-04-02
* Change test mark from ^@ to #[|]#Ivan Tham2022-04-02
* Add paragraph textobjectIvan Tham2022-04-02
* Add next paragraphIvan Tham2022-04-02
* Add (prev) paragraph motionIvan Tham2022-04-02
* Add object.movement for tree-sitter navigationGokul Soumya2022-02-15
* Add tree-sitter based function, class navigationGokul Soumya2022-02-15
* Apply recent nightly suggestions (#1286)Kirawi2021-12-18
* Add trim_selections command (#1092)ath32021-11-14
* Ensure coords in screen depends on char width (#885)Ivan Tham2021-11-03
* Fixes for new clippy lints in Rust 1.54.Nathan Vegdahl2021-07-29
* Minor cleanup of the vertical movement code.Nathan Vegdahl2021-07-27
* Use `match` for branching on the `Direction` enum in more places.Nathan Vegdahl2021-07-27
* Collect some common patterns into methods on `Range`.Nathan Vegdahl2021-07-26
* Switch to a cleaner range-head moving abstraction.Nathan Vegdahl2021-07-24
* Revert display-width-based vertical cursor movement.Nathan Vegdahl2021-07-22
* Fixes for misc bugs with view movement.Nathan Vegdahl2021-07-21
* Handle edge case in `range_to_target()` correctly.Nathan Vegdahl2021-07-19
* Update word selection/navigation to work with gap indexing.Nathan Vegdahl2021-07-19
* Update surround commands to work with gap indexing.Nathan Vegdahl2021-07-08
* Implement `Range::put()` which manages range movements and extensions.Nathan Vegdahl2021-07-08
* Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-06
|\
| * Add object selection (textobjects) (#385)Gokul Soumya2021-07-03
* | Make vertical selection movement work properly.Nathan Vegdahl2021-07-06
* | Make horizontal selection movement work properly.Nathan Vegdahl2021-07-02
* | Allow last line in file to lack a line break character.Nathan Vegdahl2021-07-02
|/
* Fix all remaining warnings in helix-core except for two.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* Incorporate long word commands into keymapPabloMansanet2021-06-29
* Add long word unit testsPabloMansanet2021-06-29
* Add long word motion implementationPabloMansanet2021-06-29
* Add function to get the line ending of a str slice.Nathan Vegdahl2021-06-21
* Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
* Misc fixes and clean up of line ending detect code.Nathan Vegdahl2021-06-20
* added the line_end helper functionJan Hrastnik2021-06-20
* changed some hardcoded newlines, removed a else if in line_ending.rsJan Hrastnik2021-06-19