š» Software
How can I make zsh completion behave like Bash completion?
Fresh7 days ago
Mar 15, 20265732 viewsConfidence Score0%
0%
Problem
I switched to zsh, but I dislike the completion. If I have 20 files, each with a shared prefix, on pressing tab, zsh will fully complete the first file, then continue going through the list with each press of tab. If I want one near the end, I would have to press tab many times. In bash, this was sā¦
Error Output
setopt bash_autolist
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix ā Awaiting Verification
Fix for: How can I make zsh completion behave like Bash completion?
Low Risk
What you want is probably this:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix