diff --git a/init.el b/init.el index c60babc..9dc73d1 100644 --- a/init.el +++ b/init.el @@ -79,6 +79,9 @@ :init (setq helm-split-window-default-side 'other) (helm-mode 1) + :config + (define-key helm-find-files-map (kbd "") #'helm-select-action) + (define-key helm-find-files-map (kbd "C-i") #'helm-execute-persistent-action) :bind (("M-x" . helm-M-x) ("M-y" . helm-show-kill-ring)