all repos — archive/dotfiles @ cc585460a4549937d2b64680c11bdb96e67c8b4b

Superseded by nixfiles

Emacs: Switch tab and C-z in helm-find-files
Alan Pearce alan@alanpearce.co.uk
Wed, 02 Jul 2014 22:39:02 +0100
commit

cc585460a4549937d2b64680c11bdb96e67c8b4b

parent

6392967447e1d2d34de0b7960793748329ee775e

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -443,6 +443,10 @@ ("C-x C-b" . helm-mini))   :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