FG
šŸ’» Software

How can I make zsh completion behave like Bash completion?

Fresh7 days ago
Mar 15, 20265732 views
Confidence 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

Environment