summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3f5d29f2..712a3113 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -443,6 +443,10 @@
   :config (progn
             (setq helm-idle-delay .1
                   helm-input-idle-delay 0)
+            (define-key helm-read-file-map (kbd "<tab>") #'helm-execute-persistent-action)
+            (define-key helm-read-file-map (kbd "TAB") #'helm-execute-persistent-action)
+            (define-key helm-read-file-map (kbd "C-i") #'helm-execute-persistent-action)
+            (define-key helm-read-file-map (kbd "C-z") #'helm-select-action)
             (helm-mode 1)))
 
 ;;;; Modeline