From cc585460a4549937d2b64680c11bdb96e67c8b4b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 2 Jul 2014 22:39:02 +0100 Subject: Emacs: Switch tab and C-z in helm-find-files --- tag-emacs/emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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 "") #'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 -- cgit 1.4.1