Emacs: Switch tab and C-z in helm-find-files
Alan Pearce alan@alanpearce.co.uk
Wed, 02 Jul 2014 22:39:02 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-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