FG
💻 Software

Fuzzy find within file in Vim

Fresh5 days ago
Mar 15, 202615211 views
Confidence Score0%
0%

Problem

I love using the Command-T plugin in Vim to do fuzzy searches for filenames. I like it so much that I've started to want to do the same fuzzy searches for arbitrary strings within an open buffer. For example, if I'm editing a CSS file that contains a selector like , I can currently type to find tha…

Error Output

#support-main .question .answer-rating

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Fuzzy find within file in Vim

Low Risk

There is "line" extension in the latest Ctrl-P plugin for vim (ctrlp) which can do fuzzy line search. You need to enable the extension manually. Here is my config in : After that you press to bring menu, then press several times until the line mode …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment