| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Automatically track pseudo-pending text (#4077) | Michael Davis | 2022-10-03 |
* | Add option to skip the first indent guide (#3819) | Robin | 2022-10-03 |
* | Fix signature help panic when too large (#4030) | Ivan Tham | 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 |
* | 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 |
* | chore: remove unneeded attribute after MSRV bump to 1.61 (#3961) | Poliorcetics | 2022-09-25 |
* | Document MSRV policy (#3913) | Pascal Kuthe | 2022-09-23 |
* | Fix preview bug (#3644) | Joe | 2022-09-20 |
* | Render html <code> tags as code in markdown (#3425) | A-Walrus | 2022-09-13 |
* | Add `text` to language completer | A-Walrus | 2022-09-10 |
* | Remove LspNotDefined, instead return an Option<> | Blaž Hrastnik | 2022-09-07 |
* | Fix cargo doc warnings, and add GitHub action to ensure it (#3650) | A-Walrus | 2022-09-03 |
* | Expand doc/view macros to allow fetching specific id | Blaž Hrastnik | 2022-09-03 |
* | initial implementation of bufferline (#2759) | aaron404 | 2022-09-02 |
* | Fix closing buffer with custom keymap (#3633) | A-Walrus | 2022-09-01 |
* | Make mode editor-wide rather than per-document | Blaž Hrastnik | 2022-09-01 |
* | fix: prevents storing last prompt if is top of stack (#3609) | Saber Haj Rabiee | 2022-09-01 |
* | Fix Prompt::handle_event compilation | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion when going through prompt history (#3193) | Frojdholm | 2022-08-31 |
* | Avoid command execution hooks on closed docs (#3613) | Michael Davis | 2022-08-31 |
* | Move mode transition logic to handle_keymap_event() (#2634) | Lucy | 2022-08-31 |
* | Use the original document and view for mode transition hooks (#3508) | Michael Davis | 2022-08-31 |
* | fix: Recalculate completion after pasting into prompt | Blaž Hrastnik | 2022-08-30 |
* | completion: remove_follow links on filename_impl | Blaž Hrastnik | 2022-08-30 |
* | Derive Document language name from languages.toml name key (#3338) | Michael Davis | 2022-08-30 |
* | Add bracketed paste (#3233) | Charlie Groves | 2022-08-29 |
* | Fix markdown indented code block rendering (#3503) | Clay | 2022-08-24 |
* | fix: Reset document mode when losing focus | Blaž Hrastnik | 2022-08-23 |
* | Update to crossterm-0.25 (#3390) | Charlie Groves | 2022-08-22 |
* | Switch to `tabpad` configuration option (#3458) | A-Walrus | 2022-08-21 |
* | remove duplicate entries from theme picker (#3439) | ChrHorn | 2022-08-15 |
* | Add custom event type replacing crossterm's Event (#3169) | Gokul Soumya | 2022-08-09 |
* | Add completion for nested settings (#3183) | A-Walrus | 2022-08-06 |
* | Fix tab highlight when tab is partially visible (#3313) | A-Walrus | 2022-08-06 |
* | Fix indent guide styling (#3324) | A-Walrus | 2022-08-06 |
* | Avoid copying fragments (#3136) | Matthias Deiml | 2022-08-04 |
* | Resolve clippy lints (#3307) | Omnikar | 2022-08-04 |
* | Don't add empty prompt input to history (#3259) | A-Walrus | 2022-07-30 |
* | add configurable / theme-able statusline separator string (#3175) | Seth Bromberger | 2022-07-26 |
* | add position-percentage as a statusline indicator (#3168) | Seth Bromberger | 2022-07-26 |
* | add spacer element to statusline (#3165) | Seth Bromberger | 2022-07-26 |