Is there a way from the helm-mini command to list includes files in the current directory as part of potential search matches?
Is there a way from the helm-mini command to list includes files in the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll find
helm-minidefined as:so it just calls with a list of sources. It’s very easy to add any existing source.
With
helm-modeenabled run C-h vhelm-c-source files (note space) and you should find:So make your own helm command with the sources you need:
Check out the definition of
helm-for-files-prefered-listfor other sources that might interest you. And use the help system to discover new goodies.