fuzzy-finder-buffers

Fork of the fuzzy-finder package, with buffer closing.

bradens

177

0

1.5.3

MIT

GitHub

This package consumes the following services:

Fuzzy Finder Buffers package

This is a fork of the great fuzzy-finder package

The difference is that in the buffer list, you can close the buffers by hitting ctrl-k or remapping to fuzzy-finder:close-buffer


Quickly find and open files using cmd-t.

Turning on the "Search All Panes" setting reverses the behavior of enter and shift-enter so enter opens the file in any pane and shift-enter creates a new tab in the current pane.

This package uses both the core.ignoredNames and fuzzy-finder.ignoredNames config settings to filter out files and folders that will not be shown. Both of those config settings are interpreted as arrays of minimatch glob patterns.

This package also will also not show Git ignored files when the core.excludeVcsIgnoredPaths is enabled.