aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/prompt.rs
Commit message (Expand)AuthorAge
* Close some popups automatically (#1285)Bram2022-02-23
* ui: prompt: Render aliases + border on the docBlaž Hrastnik2022-02-20
* fix: Allow multi-line prompt documentationBlaž Hrastnik2022-02-20
* Pass through Editor instead of ContextBlaž Hrastnik2022-02-17
* helix-term: implement buffer completerCole Helbling2022-02-17
* Fix panics when resizing (#1408)Mathis Brossier2022-01-16
* fix: Use std::path::MAIN_SEPARATOR to determine completionBlaž Hrastnik2022-01-06
* Apply recent nightly suggestions (#1286)Kirawi2021-12-18
* Macros (#1234)Omnikar2021-12-12
* fix: Normalize backtab into shift-tabBlaž Hrastnik2021-12-06
* Readline style insert mode (#1039)Bob2021-11-15
* fix: shift-tab mappings broken after efc2b4c7Blaž Hrastnik2021-11-12
* Fix moving with arrow keys in prompt (#1070)ath32021-11-11
* Refactor keyevent handling using key, ctrl macros (#1058)Gokul Soumya2021-11-10
* add <C-h>, <C-u>, <C-d>, Delete in prompt mode (#1034)Bob2021-11-09
* Add WORD textobject (#991)Omnikar2021-11-08
* Add c-s to pick word under doc cursor to prompt line & search completion (#831)CossonLeo2021-11-04
* fix: When cycling through prompt history, update event needs to triggerBlaž Hrastnik2021-10-27
* ui: prompt: Avoid allocating a prompt name if it's a static stringBlaž Hrastnik2021-08-31
* ui: prompt: Fix typing with altBlaž Hrastnik2021-08-27
* ui: Refactor styling a bit, ensure infobox is stylableBlaž Hrastnik2021-08-20
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* Implement in-memory prompt historyBlaž Hrastnik2021-07-26
* fix: Only try expanding directory completion if it makes senseBlaž Hrastnik2021-07-23
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* ui: Paginate prompt completionBlaž Hrastnik2021-06-23
* Fix small screen panicsBlaž Hrastnik2021-06-23
* Make the prompt callback take a Context.Joe Neeman2021-06-23
* ui: prompt: Add more keymappingsBlaž Hrastnik2021-06-20
* Re-export unicode crates from helix_coreBlaž Hrastnik2021-06-20
* ui: prompt: Better unicode supportBlaž Hrastnik2021-06-20
* Fix panic when entering unicode in command promptBenoît CORTIER2021-06-18
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Add filter ability to pickerIvan Tham2021-06-15
* Add ctrl-w for promptIvan Tham2021-06-14
* ui: Prompt should figure out a reasonable column widthBlaž Hrastnik2021-06-13
* Add `Copy` derive to `PromptEvent`Wojciech Kępka2021-06-13
* commands: Add more write commandsWojciech Kępka2021-06-13
* Fix crash when too many completions availableBlaž Hrastnik2021-06-08
* Refactor index assignmentKevin Sjöberg2021-06-06
* Allow moving backwards in completionsKevin Sjöberg2021-06-06
* Trigger directory completion upon pressing EnterKevin Sjöberg2021-06-06
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* Change help prompt stylingBlaž Hrastnik2021-06-01
* Fix cursor positioning for promptsBlaž Hrastnik2021-05-28
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* Replace the Clear widget with buffer.clear/clear_with.Blaž Hrastnik2021-05-09