| Commit message (Expand) | Author | Age |
* | Handle switch from crossterm::Result to io::Result | Michael Davis | 2023-08-22 |
* | Bump crossterm to 0.27 in helix-term on macos | Michael Davis | 2023-08-22 |
* | build(deps): bump crossterm from 0.26.1 to 0.27.0 | dependabot[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 Kuthe | 2023-08-21 |
* | goto_file_impl: use relative path to open file (#7965) | Mike | 2023-08-21 |
* | Remove unnecessary `Err` from `get_canonicalized_path` (#8009) | nkitsaini | 2023-08-20 |
* | Remove path completions for `:new` command (#8010) | nkitsaini | 2023-08-20 |
* | goto_file: open picker if a directory is selected (#7909) | Andrés Cabero | 2023-08-15 |
* | Make editor remember the latest search register (#5244) | Jonathan LEI | 2023-08-14 |
* | Include completions for git-ignored files in debugger prompt (#7936) | quantonganh | 2023-08-14 |
* | Fix broken indentation that causes the indentation tests to fail. | Daniel Ebert | 2023-08-11 |
* | Fix YAML auto indent | Skyler Hawthorne | 2023-08-10 |
* | Enhance :toggle to support cycling numbers (#7877) | Alex Vinyals | 2023-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) | woojiq | 2023-08-08 |
* | Show whether file readonly in statusline (#7740) | Connortsui20 | 2023-08-08 |
* | Center the picker preview selection using visual lines (#7837) | Jesse Luehrs | 2023-08-08 |
* | Skip rendering gutters when gutter width exceeds view width (#7821) | Anshul Dalal | 2023-08-08 |
* | fix range formatting error message typo (#7823) | Austin L Wolfgram | 2023-08-04 |
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
* | add node boundary movement | Skyler Hawthorne | 2023-08-01 |
* | Add yank_to_clipboard commands, bind to `<space>y` by default | Michael Davis | 2023-07-31 |
* | Reimplement clipboard commands in terms of special regs | Michael Davis | 2023-07-31 |
* | Preview the latest value for regular registers | Michael Davis | 2023-07-31 |
* | commands: Allow using selected register where hardcoded | Michael Davis | 2023-07-31 |
* | Use refactored Registers type | Michael Davis | 2023-07-31 |
* | Reformat with nightly rustfmt for better let-else formatting (#7721) | Philipp Mildenberger | 2023-07-27 |
* | highlighted_code_block: Take input text as &str | Michael Davis | 2023-07-27 |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | Tune regex highlights for usage in prompts | Michael Davis | 2023-07-27 |
* | Syntax-highlight regex prompts | Michael Davis | 2023-07-27 |
* | Save an undo checkpoint before accepting completion (#7747) | Michael Davis | 2023-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 Fowler | 2023-07-21 |
* | feat: resolve code action (#7677) | sigmaSd | 2023-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 Kuthe | 2023-07-17 |
* | enhanced `surround_replace` to provide visual feedback (#7588) | Alex Vinyals | 2023-07-13 |
* | Fix piping to Helix on macOS (#5468) | Jonathan | 2023-07-13 |
* | Auto indent change if selection is linewise (#7316) | Tudyx | 2023-07-11 |
* | Fix crash when cwd is deleted (#7185) | Yomain | 2023-07-11 |
* | search buffer contents during global search (#5652) | Pascal Kuthe | 2023-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 Hansson | 2023-07-09 |
* | Initialize log and config files right after parsing arguments (#7585) | Alex Vinyals | 2023-07-09 |
* | Implement the wa! command (#7577) | Ryan Fowler | 2023-07-09 |
* | Fix `:log-open` when `--log` is specified (#7573) | Alex Vinyals | 2023-07-09 |
* | Add filename completer for shell prompt (#7569) | Alberto Romero | 2023-07-08 |
* | use redraw handle for debouncing LSP messages (#7538) | Pascal Kuthe | 2023-07-07 |