Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add an :o open command. | Blaž Hrastnik | 2020-12-16 |
| | |||
* | Make the select prompt interactive. | Blaž Hrastnik | 2020-12-15 |
| | |||
* | prompt: make the callback a FnOnce. | Blaž Hrastnik | 2020-12-15 |
| | |||
* | split_selection | Blaž Hrastnik | 2020-12-14 |
| | |||
* | wip: Use prompt for interactive commands. | Blaž Hrastnik | 2020-12-14 |
| | |||
* | Move ui modules under a ui:: namespace. | Blaž Hrastnik | 2020-12-13 |
| | |||
* | wip: Getting the new prompt to render in a new layer. | Blaž Hrastnik | 2020-12-11 |
| | |||
* | move commands and keymap back to terminal. | Blaž Hrastnik | 2020-12-10 |
| | | | | | Command needs to be able to deal with UI. We'll separate it again later on. | ||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 |
| | | | | | It still largely depends on term for some types but I plan to change that later. | ||
* | Command needs access to view information for certain changes. | Blaž Hrastnik | 2020-09-19 |