aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/movement.rs
Commit message (Expand)AuthorAge
* 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
* Movement fixes, refactor and unit test suite (#217)PabloMansanet2021-06-11
* Derive debug without featureIvan Tham2021-06-10
* Implement Debug for data structure as a featurenotoria2021-06-10
* Fix Unicode (#135)Kirawi2021-06-08
* Fix panic when moving over unicode punctuationBenoît CORTIER2021-06-07
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Add unreachable contextIvan Tham2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb`Blaž Hrastnik2021-06-02
* Fix panics when triggering w or e on the last char of the lineBlaž Hrastnik2021-06-02
* fix: Don't allow moving past last line, fixes #30, #24Blaž Hrastnik2021-06-02
* Categorize _ as a word char, not punctuationBlaž Hrastnik2021-05-31
* Allow moving to EOL byte, also fixes #15Blaž Hrastnik2021-05-31
* Fix selection rendering, it would be off by 1 if reverse.Blaž Hrastnik2021-04-07
* clippy lintBlaž Hrastnik2021-04-06
* w, b, e: Match kakoune's behavior in selecting by default.Blaž Hrastnik2021-04-05
* Finish hiding doc.state / State as an implementation detail.Blaž Hrastnik2021-03-18
* Move things out of state.rs.Blaž Hrastnik2021-03-18