aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src
Commit message (Expand)AuthorAge
* consistent diagnostic sortingPascal Kuthe2023-12-27
* make diagnostics stick to word boundariesPascal Kuthe2023-12-27
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* Support drawing popup frame (#4313)ath32023-12-19
* fix `:indent-style` crash (#9087)TornaxO72023-12-15
* Make the indent heuristic configurableDaniel Ebert2023-12-15
* Join empty lines with only one space in `join_selections` (#8989)TornaxO72023-12-06
* fix(ui): use crossterm cursor when at the end of the rope (#8934)Hendrik Norkowski2023-11-28
* use crossterm cursor in editor when out of focus (#6858)Hendrik Norkowski2023-11-27
* Fix precedence of ui.virtual.whitespace (#8879)chtenb2023-11-25
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* Revert "Fix precedence of ui.virtual.whitespace (#8750)"Blaž Hrastnik2023-11-22
* Fix precedence of ui.virtual.whitespace (#8750)chtenb2023-11-22
* Resolve args.files before changing directory (#8676)Bjorn Ove Hay Andersen2023-11-21
* open urls with goto_file command (#5820)Matouš Dzivjak2023-11-21
* make increment/decrement exit select modeRyan Mehri2023-11-18
* make switch case commands exit select modeRyan Mehri2023-11-18
* make align exit select modeRyan Mehri2023-11-18
* make replace with clipboard commands exit select modeRyan Mehri2023-11-18
* make paste commands exit select modeRyan Mehri2023-11-18
* make indent/unindent exit select modeRyan Mehri2023-11-18
* Add command to move files with LSP support (#8584)Yomain2023-11-08
* swap yank command registers (#8708)Skyler Hawthorne2023-11-04
* Only render preview if picker has a preview function (#8667)Ryan Mehri2023-10-30
* Add helix-specific ignore files (#8099)Paul Olteanu2023-10-21
* Fixed issue when the first file specified as an argument was a relative direc...Bjorn Ove Hay Andersen2023-10-18
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl...Yomain2023-10-17
* Add support for showing all LSPs in --health (#7315)Lorenzo Bellina2023-10-16
* Add +N CLI argument to jump to first file's line number (#8521)Bjorn Ove Hay Andersen2023-10-12
* Set the working directory before loading the config (#8498)Bjorn Ove Hay Andersen2023-10-09
* enable starting hx with a working directory (#8223)Lloyd Bond2023-10-03
* markdown: Recognize `<code>` tags with attributes as code (#8397)Michael Davis2023-09-26
* Style Bold/Italic/Strikethrough markdown in docs (#8385)A-Walrus2023-09-25
* correctly center items in picker previewPascal Kuthe2023-09-14
* fix crash in picker preview for invalid rangesPascal Kuthe2023-09-14
* Add `insert-final-newline` config option (#8157)Em Zhan2023-09-12
* Add tree-sitter-highlight-name command (#8170)Luke Halasy2023-09-10
* fix syntax highlights in dynamic picker (#8206)Pascal Kuthe2023-09-09
* add redraw command (#6949)Weiyuan Wu2023-09-08
* Fix Clone definition for Injector (#8194)Michael Davis2023-09-07
* Don't use word splitting during fuzzy matching (#8192)Pascal Kuthe2023-09-06
* Do not show (running) when opening picker (#8148)Pascal Kuthe2023-09-06
* Maintain the current cursor's position and view in the vsplit/hsplit commands...Lorenzo Bellina2023-09-04
* Fix find commands for buffers with non-LF line-endings (#8111)woojiq2023-09-03
* avoid excessive memory consumption in picker (#8127)Pascal Kuthe2023-09-01
* Clear completion when switching windows via click (#8118)Michael Davis2023-08-31
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* fix: line numbers remain relative when helix loses focus (#7955)woojiq2023-08-29
* Handle switch from crossterm::Result to io::ResultMichael Davis2023-08-22
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21