mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
helm: ESC closes helm window in projectile-find-file
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
(mapc (lambda (r) (add-to-list 'helm-boring-file-regexp-list r))
|
||||||
(list "\\.projects$" "\\.DS_Store$" "\\.cask"))
|
(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)
|
"ESC" 'helm-keyboard-quit)
|
||||||
(:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
|
(:map (helm-map helm-generic-files-map helm-find-files-map helm-swoop-map helm-projectile-find-file-map)
|
||||||
"C-w" 'backward-kill-word
|
"C-w" 'backward-kill-word
|
||||||
|
Reference in New Issue
Block a user