zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.95k stars 1.86k forks source link

Question/Doc is it possible to make bindkey work with a tab while preserving other autocompletions? #579

Open xenoterracide opened 3 years ago

xenoterracide commented 3 years ago

I noticed since I set

bindkey '\t' autosuggest-accept

that ls -l ~/dir \t will no longer auto complete, is it possible to have both things on tab? if so, not document it.

claudius-kienle commented 2 years ago

Dublicate of #633