sminez / ad

an adaptable text editor
https://crates.io/crates/ad-editor
MIT License
243 stars 9 forks source link

Support tab completion in the mini-buffer #15

Open sminez opened 1 month ago

sminez commented 1 month ago

The mini-buffer should support optional tab completion configurable based on the mode that it is being used for:

Making use of this functionality for all applicable cases is probably a bit much for a first step, but getting the functionality in place is a good start.

sminez commented 1 month ago

25 was raised by @superpat specifically for adding kakoune style completion to the command mode interface. Doing the same for run mode and supporting completion of programs located in ~/.ad/bin would also be nice to have.