| Commit message (Expand) | Author | Age |
* | fix `:insert-output` doc: inserting output **before** each selection (#4286) | ZJPzjp | 2022-10-15 |
* | nit: remove a String allocation that is immediately used as an &str (#4277) | Poliorcetics | 2022-10-14 |
* | Changed Selection Yank Message (#4275) | Nathaniel Graham | 2022-10-14 |
* | Apply transactions to the jumplist for undo/redo (#4227) | Michael Davis | 2022-10-12 |
* | Fix some commands not showing names in palette (#4223) | Armin Ronacher | 2022-10-12 |
* | Fix append cursor location when selection anchor is at end of document (#4147) | Graic | 2022-10-12 |
* | Fix confusion with using --hsplit --vsplit on startup at same time (#4202) | Brian Orwe | 2022-10-11 |
* | fix: remove unneeded allocations when calling helix_view::Info::new | Alexis (Poliorcetics) Bourget | 2022-10-11 |
* | Overlay all diagnostics with highest severity on top (#4113) | Michael Davis | 2022-10-11 |
* | remove filterting with C-space from picker | Pascal Kuthe | 2022-10-11 |
* | Treat space as a seperator instead of a character in fuzzy picker | Pascal Kuthe | 2022-10-11 |
* | Add a helper function for applying transactions | Michael Davis | 2022-10-11 |
* | Apply transactions to Views | Michael Davis | 2022-10-11 |
* | picker: Highlight the document on idle timeout | Blaž Hrastnik | 2022-10-11 |
* | Propagate idle timeout event to components (#3172) | Gokul Soumya | 2022-10-11 |
* | Add cursorcolumn (#4084) | A-Walrus | 2022-10-08 |
* | Fix bugs in search wraparound message (#4101) | A-Walrus | 2022-10-04 |
* | build(deps): bump smallvec from 1.9.0 to 1.10.0 (#4093) | dependabot[bot] | 2022-10-03 |
* | Exit gracefully when close operation fails (#4081) | Skyler Hawthorne | 2022-10-03 |
* | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |
* | respond to SIGUSR1 by reloading config (#3952) | Karsten Gebbert | 2022-10-03 |
* | Keep arrow and special keys in insert (#3915) | Ivan Tham | 2022-10-03 |
* | Change focus to modified docs on quit (#3872) | A-Walrus | 2022-10-03 |
* | Add option to skip the first indent guide (#3819) | Robin | 2022-10-03 |
* | Rename I/A "Insert at start/end of line" (#3753) | Michael Davis | 2022-10-03 |
* | Find workspace from document path (#3553) | ath3 | 2022-10-03 |
* | Select inserted space after join (#3549) | Ivan Tham | 2022-10-03 |
* | Add command names to command palette (#4071) | nuid32 | 2022-10-03 |
* | Fix signature help panic when too large (#4030) | Ivan Tham | 2022-10-03 |
* | goto_window_* extends selection (#3985) | greg-enbala | 2022-10-03 |
* | feat(statusline): add option to show total line numbers in file (#3960) | Joshua Pauline | 2022-10-03 |
* | Add configureable statusline mode names (#3311) | PeepNSheep | 2022-10-03 |
* | Add `ui.gutter.selected` option for themes (#3303) | ChrHorn | 2022-10-03 |
* | Add tests for select-mode TS textobjects | Michael Davis | 2022-10-03 |
* | Extend textobject selections in select mode | Michael Davis | 2022-10-03 |
* | Use Range::with_direction consistently | Michael Davis | 2022-10-03 |
* | Use requested direction for new textobject selection range | Michael Davis | 2022-10-03 |
* | Cycled to end/beginning + no more matches msgs (#3176) | A-Walrus | 2022-10-03 |
* | Show "Invalid regex" message on enter (Validate) (#3049) | A-Walrus | 2022-10-03 |
* | Add goto preview (#2982) | Joe | 2022-10-03 |
* | Add pseudo_pending for t/T/f/F (#4062) | Matt Freitas-Stavola | 2022-10-02 |
* | Ensure cursor in view after format (#4047) | zensayyy | 2022-10-01 |
* | build(deps): bump once_cell from 1.14.0 to 1.15.0 (#3987) | dependabot[bot] | 2022-09-26 |
* | chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) | Poliorcetics | 2022-09-25 |
* | Split helix_core::find_root and helix_loader::find_local_config_dirs (#3929) | Riccardo Binetti | 2022-09-23 |
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
* | Deduplicate regexes in search_selection command (#3941) | A-Walrus | 2022-09-22 |
* | Improve keymap errors from command typos (#3931) | Michael Davis | 2022-09-22 |
* | add :lsp-restart command (#3435) | Filipe Azevedo | 2022-09-20 |
* | Fix preview bug (#3644) | Joe | 2022-09-20 |