helm-comint

Homepage: https://github.com/benedicthw/helm-comint.git

Author: Pierre Neidhardt

Updated:

Summary

Comint prompt navigation for helm

Commentary

You can bind this as follows in .emacs:

(add-hook 'comint-mode-hook
          (lambda ()
              (define-key comint-mode-map (kbd "M-s f") 'helm-comint-prompts-all)))

Dependencies