I'm using emacs (technically: spacemacs with helm). It seems that any time I call a function which requires a directory, I am presented with something like the following:
The problem:
If I am in /a/path/to/a/directory
but I want to get to /a/path/to/a/directory/that/has/a/deep/nested_file
, I cannot just type nested_file
and have it autocomplete. Instead I have to type each nested level of directories before I can get to nested_file
.
Is there a way around this?