FG

can zsh do 2 stage completion?

Fresh3 days ago
Mar 15, 20261694 views
Confidence Score0%
0%

Problem

Let's say I have the following files in the directory: abc123ABC abc123QWE abc456 Now suppose I type a and hit TAB. In bash the completion as it usually works would just complete abc and stop with me having to "resolve" the next symbol. so if I type 1 I'll be able to complete to abc123 with the nex…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: can zsh do 2 stage completion?

Low Risk

You should explore the completion customization program. In the version that I am using (zsh 4.3.10), the option for inserting unambiguous prefixes is inside the following menu 3 “Styles for changing the way completions are displayed and inserted.” …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment