Helm/Comint/Geiser/Scheme: Bind "M-s f" to helm-comint-prompts-all

master
Pierre Neidhardt 2019-03-19 10:15:08 +01:00
parent 2580cf2b40
commit 60a6239097
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@
;;; Comint
(defun ambrevar/helm/comint-set-keys ()
(define-key comint-mode-map (kbd "M-s f") 'helm-comint-prompts-all)
(define-key comint-mode-map (kbd "M-p") 'helm-comint-input-ring))
(add-hook 'comint-mode-hook 'ambrevar/helm/comint-set-keys)