aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093)dependabot[bot]2022-10-03
* Exit gracefully when close operation fails (#4081)Skyler Hawthorne2022-10-03
* Automatically track pseudo-pending text (#4077)Michael Davis2022-10-03
* respond to SIGUSR1 by reloading config (#3952)Karsten Gebbert2022-10-03
* Keep arrow and special keys in insert (#3915)Ivan Tham2022-10-03
* Change focus to modified docs on quit (#3872)A-Walrus2022-10-03
* Add option to skip the first indent guide (#3819)Robin2022-10-03
* Rename I/A "Insert at start/end of line" (#3753)Michael Davis2022-10-03
* Find workspace from document path (#3553)ath32022-10-03
* Select inserted space after join (#3549)Ivan Tham2022-10-03
* Add command names to command palette (#4071)nuid322022-10-03
* Fix signature help panic when too large (#4030)Ivan Tham2022-10-03
* goto_window_* extends selection (#3985)greg-enbala2022-10-03
* feat(statusline): add option to show total line numbers in file (#3960)Joshua Pauline2022-10-03
* Add configureable statusline mode names (#3311)PeepNSheep2022-10-03
* Add `ui.gutter.selected` option for themes (#3303)ChrHorn2022-10-03
* Add tests for select-mode TS textobjectsMichael Davis2022-10-03
* Extend textobject selections in select modeMichael Davis2022-10-03
* Use Range::with_direction consistentlyMichael Davis2022-10-03
* Use requested direction for new textobject selection rangeMichael Davis2022-10-03
* Cycled to end/beginning + no more matches msgs (#3176)A-Walrus2022-10-03
* Show "Invalid regex" message on enter (Validate) (#3049)A-Walrus2022-10-03
* Add goto preview (#2982)Joe2022-10-03
* Add pseudo_pending for t/T/f/F (#4062)Matt Freitas-Stavola2022-10-02
* Ensure cursor in view after format (#4047)zensayyy2022-10-01
* build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987)dependabot[bot]2022-09-26
* chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)Poliorcetics2022-09-25
* Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929)Riccardo Binetti2022-09-23
* Document MSRV policy (#3913)Pascal Kuthe2022-09-23
* Deduplicate regexes in search_selection command (#3941)A-Walrus2022-09-22
* Improve keymap errors from command typos (#3931)Michael Davis2022-09-22
* add :lsp-restart command (#3435)Filipe Azevedo2022-09-20
* Fix preview bug (#3644)Joe2022-09-20
* diagnostics: Use Vec<Tag> instead of Option<Vec<Tag>>Blaž Hrastnik2022-09-20
* Track source and tags in diagnostics (#3898)Luke Cycon2022-09-20
* Add command line parameter to specify log file (#3807)Tobias Hunger2022-09-20
* Remove border from code actions popup (#3444)A-Walrus2022-09-13
* Render html <code> tags as code in markdown (#3425)A-Walrus2022-09-13
* Remove the .txt suffix from tutorBlaž Hrastnik2022-09-11
* Improve error handling for config-reload (#3668)A-Walrus2022-09-10
* Switch to Result for invalid languageA-Walrus2022-09-10
* Add error handling to set language commandA-Walrus2022-09-10
* Add `text` to language completerA-Walrus2022-09-10
* Remove default insert mode movement bindingsSkyler Hawthorne2022-09-08
* Fix :reflow panic by enusring cursor in view (#3733)A-Walrus2022-09-07
* Remove LspNotDefined, instead return an Option<>Blaž Hrastnik2022-09-07
* build(deps): bump once_cell from 1.13.1 to 1.14.0 (#3715)dependabot[bot]2022-09-05
* fix: View needs to retain the original scroll offset on splitBlaž Hrastnik2022-09-05
* Fix off-by-one in extend_line_above (#3689)Michael Davis2022-09-05
* fix: lsp: Don't send didOpen events for documents with no URLBlaž Hrastnik2022-09-04