Skip to content

emacs-helm/helm-comint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

helm-comint

Access Emacs command interpreter prompts through helm.

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)))

Or as another example you can see how Spacemacs uses it in 'spacemacs/helm-shell-history'.

helm-comint is written by Pierre Neidhardt mail@ambrevar.xyz. Removed from helm v3.9.5 core and exists as a user contrib package.

See https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/comint.el See also https://www.masteringemacs.org/article/comint-writing-command-interpreter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •