Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Correct the naming issue with vsplit and hsplit being swapped. | Blaž Hrastnik | 2021-04-08 |
* | ui: Improve completion state handling. | Blaž Hrastnik | 2021-04-05 |
* | Wire up opening in splits via pickers. | Blaž Hrastnik | 2021-03-29 |
* | Merge some imports. | Blaž Hrastnik | 2021-03-22 |
* | popup: wip work on completion popups | Blaž Hrastnik | 2021-02-09 |
* | Address clippy lints. | Blaž Hrastnik | 2021-01-08 |
* | Retrieve completion options on ctrl-x. | Blaž Hrastnik | 2020-12-23 |
* | Make sure to clear the whole screen with the background color. | Blaž Hrastnik | 2020-12-22 |
* | buffer picker: Mark current view with (*) | Blaž Hrastnik | 2020-12-21 |
* | ui: buffer picker on ctrl-b | Blaž Hrastnik | 2020-12-21 |
* | picker: Factor out file picker, we want to reuse code for other pickers. | Blaž Hrastnik | 2020-12-18 |
* | picker: open file on Enter. | Blaž Hrastnik | 2020-12-18 |
* | picker: Implement fuzzy search. | Blaž Hrastnik | 2020-12-18 |
* | File picker mockup, reuses the line editor work done on Prompt. | Blaž Hrastnik | 2020-12-17 |