bad tab-completion #2221
Closed
alexhraber
started this conversation in
Ideas
Replies: 2 comments 7 replies
|
There's always |
7 replies
|
@alexhraber Sorry for the late comment, but this was the thread I found when searching for the same problem, so I thought it was worth mentioning. Have a look at my pull request #4634, it just merged into dev, so hopfully should be included in the next release. It adds the zsh like functioanllity to the default bash configuration, allowing you to cycle through the completion candidates with repeated tab presses. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm used to tab-completion scrolling through the various files and folders, however the default within omarchy is to just print out the list of folders. That's an annoying flow-inhibitor -- when I have multiple files and folders starting with the same characters, I have to tab -> type -> tab -> type -> tab -> type -- rather than just tab -> tab -> tab -> enter.
If someone has a great starship plugin for this, please share.
I've already tried bash-completion from pacman, and that didn't come with the true tab-complete feature I am wanting for.
All reactions