aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* 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
* build(deps): bump indoc from 2.0.3 to 2.0.4 (#8329)dependabot[bot]2023-09-19
* build(deps): bump libc from 0.2.147 to 0.2.148 (#8327)dependabot[bot]2023-09-19
* 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
* Bump crossterm to 0.27 in helix-term on macosMichael Davis2023-08-22
* build(deps): bump crossterm from 0.26.1 to 0.27.0dependabot[bot]2023-08-22
* build(deps): bump tempfile from 3.7.1 to 3.8.0 (#8038)dependabot[bot]2023-08-22
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* goto_file_impl: use relative path to open file (#7965)Mike2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Remove path completions for `:new` command (#8010)nkitsaini2023-08-20
* goto_file: open picker if a directory is selected (#7909)Andrés Cabero2023-08-15
* Make editor remember the latest search register (#5244)Jonathan LEI2023-08-14
* Include completions for git-ignored files in debugger prompt (#7936)quantonganh2023-08-14
* Fix broken indentation that causes the indentation tests to fail.Daniel Ebert2023-08-11
* Fix YAML auto indentSkyler Hawthorne2023-08-10
* Enhance :toggle to support cycling numbers (#7877)Alex Vinyals2023-08-09
* build(deps): bump tempfile from 3.7.0 to 3.7.1 (#7862)dependabot[bot]2023-08-08
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* Center the picker preview selection using visual lines (#7837)Jesse Luehrs2023-08-08
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* fix range formatting error message typo (#7823)Austin L Wolfgram2023-08-04
* feat: smart_tabSkyler Hawthorne2023-08-01
* add node boundary movementSkyler Hawthorne2023-08-01
* Add yank_to_clipboard commands, bind to `<space>y` by defaultMichael Davis2023-07-31
* Reimplement clipboard commands in terms of special regsMichael Davis2023-07-31
* Preview the latest value for regular registersMichael Davis2023-07-31
* commands: Allow using selected register where hardcodedMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* Reformat with nightly rustfmt for better let-else formatting (#7721)Philipp Mildenberger2023-07-27
* highlighted_code_block: Take input text as &strMichael Davis2023-07-27
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27