aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* mouse selection now uses character indexing (#2839)Mathis Brossier2022-06-20
* fix: do not color health summary when stdout is piped (#2836)lazytanuki2022-06-20
* views -> buffers in write-all (#2788)Gygaxis Vainhardt2022-06-16
* Update auto-pairs and idle-timeout when the config is reloaded (#2736)Bjorn Ove Hay Andersen2022-06-15
* Improve markdown list rendering (#2687)Frojdholm2022-06-15
* Better handling of symlinks (#2718)Roland Kovacs2022-06-15
* Add a check to prevent re-selecting same range (#2760)Ryang Sohn2022-06-14
* Add docstring for language_server!() macro (#2750)Gokul Soumya2022-06-12
* Do not add extra line breaks in markdown lists (#2689)Frojdholm2022-06-08
* Refactor push_jump so we're not needlessly fetching doc twiceBlaž Hrastnik2022-06-06
* prompt: If submitting empty prompt, use default (last used)Blaž Hrastnik2022-06-06
* Add shell insert commands to typable and config (#2589)Termina942022-06-05
* Fix crash due to cycles when replaying macros (#2647)gavynriebau2022-06-05
* ensure :quit and :quit! take no arguments (#2654)Michael Davis2022-06-05
* Avoid modifying jumplist until jumping to ref (#2670)yzwduck2022-06-05
* append `set_line_ending` to document history (#2649)Kirawi2022-06-02
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* Improve Readability (#2639)Ryan Russell2022-06-01
* Fix unwrap error when undo after `shell_append_output` (#2625)Andrey Tkachenko2022-05-31
* Update to ropey 1.5Blaž Hrastnik2022-05-30
* Bump dependencies, allow retain_mut for nowBlaž Hrastnik2022-05-29
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* Add shrink equivalent of extend_to_line_bounds (#2450)Daniel S Poulin2022-05-22
* Add theme key for picker separator (#2523)kyrime2022-05-22
* Fix panic when reloading a shrunk file (#2506)Leoi Hung Kin2022-05-22
* Implement view swappingRoland Kovacs2022-05-21
* address rust 1.61.0 clippy lints (#2514)Michael Davis2022-05-20
* use ui.menu instead of ui.statusline for command completion menu themeChristoph Horn2022-05-20
* Separate colors for different diagnostics types (#2437)Robert Walter2022-05-20
* support insert register in prompt (#2458)Bob2022-05-20
* Implement view transpose (#2461)Roland Kovacs2022-05-20
* deletion of lines affecting popup scrolling (#2497)Alexis Kalabura2022-05-20
* Don't panic on LSP parsing errorsBlaž Hrastnik2022-05-11
* feat(commands): add log-open command (#2422)amaihoefner2022-05-11
* Exclude cursor when doing ctrl-w (#2431)Ivan Tham2022-05-11
* prevent selection collapse when inserting a newline (#2414)Michael Davis2022-05-11
* Making the 'set-option' command help more descriptive. (#2365)Ben Lee-Cohen2022-05-04
* feat(term): wrap command palette in overlay (#2378)Matouš Dzivjak2022-05-03
* Add undo checkpoint command (#2115)AntonioLucibello2022-05-02
* feat(commands): make it possible to disable format-on-save via the 'auto-form...unrelentingtech2022-05-02
* add reflow command (#2128)Vince Mutolo2022-05-02
* Auto-complete directory members (#1801) (#1907)Roland Kovacs2022-05-02
* Add run-shell-command for Commands (#1682)Ryosuke Hayashi2022-05-02
* num_cpus apparently unused in helix-termBlaž Hrastnik2022-05-01
* feat(ui): add nbsp (non-breaking space) to rendered whitespace (#2322)unrelentingtech2022-04-30
* prevent rendering visible whitespace on trailing cursor (#2331)Michael Davis2022-04-30
* feat(ui): treat slashes as word separators in prompt (#2315)unrelentingtech2022-04-30
* Support m in surround delete and replaceGokul Soumya2022-04-29
* Add `m` textobject to select closest surround pairGokul Soumya2022-04-29