aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* clipboard: add logging and healthcheck (#3271)Amit Beka2022-07-31
* Don't add empty prompt input to history (#3259)A-Walrus2022-07-30
* Fix byte index error in signature help highlightingGokul Soumya2022-07-29
* Use OR of all selections in search_selection command (#3138)MilanVasko2022-07-27
* add configurable / theme-able statusline separator string (#3175)Seth Bromberger2022-07-26
* add position-percentage as a statusline indicator (#3168)Seth Bromberger2022-07-26
* Shorten embedded command descriptions (#3070)Gokul Soumya2022-07-26
* Suport diagnostic code (#3096)Erasin2022-07-26
* add spacer element to statusline (#3165)Seth Bromberger2022-07-26
* Auto pair-removal (#2940)Houkime2022-07-22
* keep jump/file history when using :split (#3031)Robin2022-07-22
* jumplist picker (#3033)Bob2022-07-22
* add statusline element to display file line endings (#3113)Alexis Kalabura2022-07-21
* fix: Indent levels could bleed over on the left edgeBlaž Hrastnik2022-07-20
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* build(deps): bump grep-searcher from 0.1.8 to 0.1.10 (#3101)dependabot[bot]2022-07-19
* build(deps): bump grep-regex from 0.1.9 to 0.1.10 (#3102)dependabot[bot]2022-07-19
* support prefilling prompt (#2459)Bob2022-07-18
* Set the selection point of the first file correctly (#3073)Narazaki Shuji2022-07-18
* Make gutters padding optional (#2996)Ivan Tham2022-07-18
* support toggling pickers' preview panel (#3021)Bob2022-07-18
* Customizable/configurable status line (#2434)Mr. E2022-07-18
* feat(term): uniformize word-wise movement and deletion (#2500)Benoît Cortier2022-07-15
* respect count for selecting next/previous match (#3056)Bob2022-07-13
* respect count for repeating motion (#3057)Bob2022-07-13
* fix: error that caused usize to overflow (#3024)Slug2022-07-10
* Show file path only in workspace diagnostic pickerGokul Soumya2022-07-06
* Display error code only if not noneGokul Soumya2022-07-06
* Sub sort diagnostics by line numberGokul Soumya2022-07-06
* Display diagnostic text before code in pickerGokul Soumya2022-07-06
* Remove source from diagnostic picker displayGokul Soumya2022-07-06
* Fix some typos (#2978)A-Walrus2022-07-06
* Add live preview to theme picker (#1798)Joe2022-07-05
* build(deps): bump smallvec from 1.8.1 to 1.9.0 (#2976)dependabot[bot]2022-07-05
* build(deps): bump crossterm from 0.23.0 to 0.24.0 (#2968)dependabot[bot]2022-07-05
* build(deps): bump once_cell from 1.12.0 to 1.13.0 (#2969)dependabot[bot]2022-07-05
* Fix backwards selection duplication widening bug (#2945)A-Walrus2022-07-04
* Highlight whole row in picker menus (#2939)ChrHorn2022-07-02
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Sort themes, language & files by score & then name (#2675)Michael Jones2022-07-01
* adds --vsplit and --hsplit arguments (#2773)plexom2022-07-01
* Add new key bindings to view mode (#2803)Benjamin Rich2022-07-01
* Fix backwards character deletion on other whitespaces (#2855)Sora2022-07-01
* Add mode specific styles (#2676)Mathspy2022-06-30
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* fixes background reset (#2900)Seth Bromberger2022-06-28
* Fix recursive macro crash and empty macro lockout (#2902)PabloMansanet2022-06-28
* build(deps): bump indoc from 1.0.3 to 1.0.6 (#2898)dependabot[bot]2022-06-28
* Refactor handling of mouse events (#2893)Gokul Soumya2022-06-27
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27