aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* style: fixes `unused_parens` warnings on nightly builds (#3471)Saber Haj Rabiee2022-08-18
* Adjust `m` textobject description and minor code clarification (#3343)Daniel S Poulin2022-08-17
* remove duplicate entries from theme picker (#3439)ChrHorn2022-08-15
* Fix conditional setting of stdin handle on Windows (#3379)Kyle L. Davis2022-08-12
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Add completion for nested settings (#3183)A-Walrus2022-08-06
* Remove C-n and C-p from the insert mode keymap (#3340)Michael Davis2022-08-06
* Fix tab highlight when tab is partially visible (#3313)A-Walrus2022-08-06
* Fix indent guide styling (#3324)A-Walrus2022-08-06
* Avoid setting stdin handle when not necessary (#3248)Dario Oddenino2022-08-05
* Detect indent-style in `:set-language` (#3330)Michael Davis2022-08-05
* Avoid copying fragments (#3136)Matthias Deiml2022-08-04
* Resolve clippy lints (#3307)Omnikar2022-08-04
* add a CLI flag for specifying config file location (#2666)Michael Davis2022-08-04
* Change default formatter for any language (#2942)PiergiorgioZagaria2022-08-04
* feat: support grammar cross-compilationyvt2022-08-02
* build(deps): bump arc-swap from 1.5.0 to 1.5.1 (#3290)dependabot[bot]2022-08-02
* Modified restore_term fn in application.rs. Changed '\x1B[2 q' to '\x1B[0 q' ...Eric K2022-08-02
* Fix align_selection behaviour with tabs (#3276)A-Walrus2022-07-31
* Add cwd parameter which is not optional anymore (#3240)Danilo Spinella2022-07-31
* Add rust-version (MSRV) to helix-term package (#3244)Danilo Spinella2022-07-31
* 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