Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tab completion in the mini-buffer #15

Open
sminez opened this issue Sep 8, 2024 · 1 comment
Open

Support tab completion in the mini-buffer #15

sminez opened this issue Sep 8, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sminez
Copy link
Owner

sminez commented Sep 8, 2024

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

  • dmenu style filtering: complete the next whitespace delimited substring
  • opening a file: next path segment
  • running a command: next matching command
  • ...

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 sminez added the enhancement New feature or request label Sep 8, 2024
@sminez
Copy link
Owner Author

sminez commented Oct 3, 2024

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant