summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-26 10:44:04 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-02-26 10:44:04 +0100
commit0fda52b45f901402cdc80a331b02078f5301fec6 (patch)
treeb6f1d6322920b07854af461815af67a5ae18dd04 /helm-config.el
parentacecba3cfcfa8997f995d21a4bcce137f89c8396 (diff)
Add helm-multi-files a replacement of helm-for-files.
* helm-files.el (helm-multi-files): New. (helm-multi-files-toggle-to-locate): New. (helm-multi-files--toggle-locate): New flag internal.
Diffstat (limited to 'helm-config.el')
-rw-r--r--helm-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-config.el b/helm-config.el
index 30b68d49..d1e27f44 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -90,7 +90,7 @@
(define-key map (kbd "M-y") 'helm-show-kill-ring)
(define-key map (kbd "C-c <SPC>") 'helm-all-mark-rings)
(define-key map (kbd "C-x C-f") 'helm-find-files)
- (define-key map (kbd "f") 'helm-for-files)
+ (define-key map (kbd "f") 'helm-multi-files)
(define-key map (kbd "C-:") 'helm-eval-expression-with-eldoc)
(define-key map (kbd "C-,") 'helm-calcul-expression)
(define-key map (kbd "M-x") 'helm-M-x)
@@ -124,7 +124,7 @@
(easy-menu-add-item
nil '("Tools")
'("Helm"
- ["Find any Files/Buffers" helm-for-files t]
+ ["Find any Files/Buffers" helm-multi-files t]
["Helm Everywhere (Toggle)" helm-mode t]
["Helm resume" helm-resume t]
"----"