aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
...
* 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
* Tune regex highlights for usage in promptsMichael Davis2023-07-27
* Syntax-highlight regex promptsMichael Davis2023-07-27
* Save an undo checkpoint before accepting completion (#7747)Michael Davis2023-07-27
* build(deps): bump tempfile from 3.6.0 to 3.7.0 (#7726)dependabot[bot]2023-07-25
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* feat: resolve code action (#7677)sigmaSd2023-07-21
* build(deps): bump indoc from 2.0.2 to 2.0.3 (#7663)dependabot[bot]2023-07-18
* Clear statusline while prompt is visible (#7646)Pascal Kuthe2023-07-17
* enhanced `surround_replace` to provide visual feedback (#7588)Alex Vinyals2023-07-13
* Fix piping to Helix on macOS (#5468)Jonathan2023-07-13
* Auto indent change if selection is linewise (#7316)Tudyx2023-07-11
* Fix crash when cwd is deleted (#7185)Yomain2023-07-11
* search buffer contents during global search (#5652)Pascal Kuthe2023-07-11
* build(deps): bump smallvec from 1.10.0 to 1.11.0 (#7597)dependabot[bot]2023-07-11
* (Updated) Apply motion API refinements (#6078)Gabriel Hansson2023-07-09
* Initialize log and config files right after parsing arguments (#7585)Alex Vinyals2023-07-09
* Implement the wa! command (#7577)Ryan Fowler2023-07-09
* Fix `:log-open` when `--log` is specified (#7573)Alex Vinyals2023-07-09
* Add filename completer for shell prompt (#7569)Alberto Romero2023-07-08
* use redraw handle for debouncing LSP messages (#7538)Pascal Kuthe2023-07-07
* build(deps): bump indoc from 2.0.1 to 2.0.2 (#7529)dependabot[bot]2023-07-04
* LSP: Use negotiated position encoding for workspace edits (#7469)Michael Davis2023-06-29
* LSP: Discard publishDiagnostic from uninitialized servers (#7467)Michael Davis2023-06-28
* build(deps): bump libc from 0.2.146 to 0.2.147 (#7463)dependabot[bot]2023-06-27
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Fix Component implementations for Picker (#7382)Michael Davis2023-06-19
* Completely remove old Picker and rename FilePicker to PickerGokul Soumya2023-06-18
* Make file preview callback optionalMichael Davis2023-06-18
* Move FilePicker struct def closer to impl blockGokul Soumya2023-06-18
* Render the preview in FilePickerGokul Soumya2023-06-18
* Move Picker::render into FilePicker::renderGokul Soumya2023-06-18
* Move Component methods except render() to FilePickerGokul Soumya2023-06-18
* Move handle_event methods from Picker to FilePickerGokul Soumya2023-06-18
* Move navigation methods from Picker to FilePickerGokul Soumya2023-06-18
* Move scoring functions from Picker to FilePickerGokul Soumya2023-06-18
* Copy struct fields and new() from Picker to FilePickerGokul Soumya2023-06-18