helm: ESC closes helm window in projectile-find-file

This commit is contained in:
Henrik Lissner 2016-03-04 22:34:57 -05:00
parent 2ce9fb9f30
commit c64efcf4aa

View File

@ -32,7 +32,7 @@
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
(list "\\.projects$" "\\.DS_Store$" "\\.cask"))
(map! (:map helm-generic-files-map
(map! (:map (helm-generic-files-map helm-projectile-find-file-map)
"ESC" 'helm-keyboard-quit)
(:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
"C-w" 'backward-kill-word