FG

Vim list all search results

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

Problem

Is there a way to list all search results of vim in a separate buffer, sort of like what Ctrl-] does when multiple matches are found? Although browsing with n and N is okay too, I believe it might be even faster that way.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Vim list all search results

Low Risk

will use the QuickFix window, which will let you see all the matches and quickly jump between them. For example, will search for the token currently under the cursor, within the current file.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment