Bind "C-c C-e" to spacemacs/helm-find-files-edit for helm-files buffer.

This commit is contained in:
liuxiang 2016-06-13 16:54:33 +08:00 committed by syl20bnr
parent 82bb81e794
commit 43c760df88

View file

@ -108,7 +108,7 @@
(spacemacs||set-helm-key "swg" helm-google-suggest)
(with-eval-after-load 'helm-files
(define-key helm-find-files-map
(kbd "C-c C-e") 'helm/find-files-edit))
(kbd "C-c C-e") 'spacemacs/helm-find-files-edit))
;; Add minibuffer history with `helm-minibuffer-history'
(define-key minibuffer-local-map (kbd "C-c C-l") 'helm-minibuffer-history)
;; define the key binding at the very end in order to allow the user