helm: ESC closes helm window in projectile-find-file
This commit is contained in:
parent
2ce9fb9f30
commit
c64efcf4aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue