-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
autosuggestion suppprt #108
Comments
@meilihao That's impossible for Bash actually. |
What do you call it when you double-TAB and the first option is highlighted, and TAB again to highlight the second option? E.g.
I use square brackets, but it might be a highlight colour. So, what is that called, and does oh-my-bash support it? (I thought it might have something to do with "suggest" hence posting here.) |
I'm developing a bash configuration @meilihao Maybe you can try
# In bashrc
bind 'TAB: menu-complete'
bind 'set show-all-if-ambiguous on' # Or, in inputrc
TAB: menu-complete
set show-all-if-ambiguous on
|
@akinomyoga thanks so much for taking the time to reply. I'll try your suggestions some time. |
@akinomyoga I checked out |
I tried ble.sh, but i still like zsh-users/zsh-autosuggestions. Because there is a little delay in ble.sh's response, and better experience in zsh-autosuggestions. |
warp did it. |
Maybe we should summarize the frameworks that attempt to provide autosuggestions for Bash. There are at least ble.sh, fig, linecomp, warp, and inshellisence. |
This is such a deterrent to migrate from oh-my-zsh to oh-my bash. |
like zsh-users/zsh-autosuggestions
The text was updated successfully, but these errors were encountered: