aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands.rs
Commit message (Expand)AuthorAge
...
* picker: Factor out file picker, we want to reuse code for other pickers.Blaž Hrastnik2020-12-18
* File picker mockup, reuses the line editor work done on Prompt.Blaž Hrastnik2020-12-17
* Add an :o open command.Blaž Hrastnik2020-12-16
* Make the select prompt interactive.Blaž Hrastnik2020-12-15
* prompt: make the callback a FnOnce.Blaž Hrastnik2020-12-15
* split_selectionBlaž Hrastnik2020-12-14
* wip: Use prompt for interactive commands.Blaž Hrastnik2020-12-14
* Move ui modules under a ui:: namespace.Blaž Hrastnik2020-12-13
* wip: Getting the new prompt to render in a new layer.Blaž Hrastnik2020-12-11
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
* Command needs access to view information for certain changes.Blaž Hrastnik2020-09-19