Vim: FuzzyFinder and Match List File Numbers

I use FuzzyFinder, when I start writing the file name to open it, a list of files matching the letters is displayed. To the left of each of these files is a number.

What do these numbers mean? Is there a way to open a file from a list using this number?

Or how do you use to select files from the list, except for the cursor keys?

Xavi

+3
source share
1 answer

These numbers can be used if you add them after ;- therefore, if you type aband finally get a list of 10 files, you can select the 5th one ab;5.

, ; . :h fuf-search-patterns.

Ctrl-p/Ctrl-n, , , .

+2

All Articles