all repos — nixfiles @ cc585460a4549937d2b64680c11bdb96e67c8b4b

System and user configuration, managed by nix and home-manager

Emacs: Switch tab and C-z in helm-find-files

Alan Pearce
commit

cc585460a4549937d2b64680c11bdb96e67c8b4b

parent

6392967447e1d2d34de0b7960793748329ee775e

1 file 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