syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

Add documentation for navigating to next source in helm-find-file #16436

Closed leblowl closed 3 weeks ago

leblowl commented 3 weeks ago

When typing SPC f f or c f in Neotree, which (on my system) both appear to open helm-find-file, I noticed that if I type a filename similar to an existing filename then I need to change sources to be able to create a new file, otherwise it just opens an existing file with a similar name. I've attached a screenshot as an example. Screenshot from 2024-06-04 16-22-32

I noticed that changing sources wasn't documented for helm-find-file buffers and it took me a while to find the Helm keybindings via the Helm documentation. It is documented for regular Helm buffers, just not helm-find-file. So I added that change to the docs.