This package allows you to integrate multiple Helm searchers so that you can switch between searches.
You can install this file by loading it by hand or, if you use
use-package
adding the file in “~/.emacs.d/lisp” and using this:
(use-package escalator
:load-path "~/.emacs.d/lisp"
:after helm)
You will need helm and the helm searchers mentioned in your
escalator-commands-map
, the custom variable that sets the available
searchers and their order.
More info: https://ag91.github.io/blog/2022/01/29/escalate-your-helm-searches/