Quickly find and open files using cmd-t
.
cmd-t
orcmd-p
to open the file findercmd-b
to open the list of open bufferscmd-shift-b
to open the list of Git modified and untracked filesenter
defaults to opening the selected file without leaving the current paneshift-enter
defaults to switching to another pane if the file is already open there
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.