5

Is there a way to jump in helm mini directly to the next source? Is it also possible to fold and unfold a source-list?

1
  • You can customize the order of the sources in helm mini via helm-mini-default-sources. You can jump to next source in helm by using C-o (helm-next-source). I don't think it's possible to fold/unfold a source at least for now. Commented Jul 24, 2016 at 3:12

1 Answer 1

10

Is there a way to jump in helm mini directly to the next source?

Yes, you can do it via C-o (helm-next-source) in all helm commands. The following is copied from helm's documentation (you can access it via C-h m in helm).

** Helm's Basic Operations and Default Key Bindings | Key | Alternative Keys | Command | |---------+------------------+-----------------------------------------------------------| | Left | | Previous Source | | Right | C-o | Next Source | 

Is it also possible to fold and unfold a source-list?

No, it is impossible.

3
  • 2
    I think that left and right arrows also work. Commented Dec 6, 2017 at 3:01
  • You "think"? Source? Please don't think. People are googling solutions not guesses. Source your claims please. Commented Dec 12, 2019 at 8:45
  • Even without a source, this comment was helpful. I just tried it out and it worked, I'm okay not having a source! Thank you. Commented Dec 6, 2023 at 23:36

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.