The file picker
Space f opens the file picker: a list of every file under the current
directory, with a preview of the highlighted one on the right. There are
only three files in this session, but the picker works the same way on a
project with thousands.
The list is fuzzy. Start typing and it narrows to the files whose paths
contain your letters in order — exr is enough to find exercise.txt, and
you don’t need to type the directory. The best match floats to the top.
Up/Downmove the highlight through the listEnteropens the highlighted fileEscapecloses the picker without opening anything
You’ll rarely need the arrow keys: a few distinctive letters usually leave
one match, and Enter takes it.
Work through the checklist below: open example.rs — notice it arrives
syntax highlighted — then use the picker again to come back here.
Note
Space e opens a file explorer instead: the same directory as a tree you
walk with Enter. The picker is faster once you know a file’s name; the
explorer is for when you don’t.