summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-02 22:39:02 +0100
committerAlan Pearce2014-07-02 22:39:02 +0100
commitcc585460a4549937d2b64680c11bdb96e67c8b4b (patch)
treef4ac92da2a219dd223087d91bff9038c9d7223da /tag-emacs/emacs.d
parent6392967447e1d2d34de0b7960793748329ee775e (diff)
downloaddotfiles-cc585460a4549937d2b64680c11bdb96e67c8b4b.tar.lz
dotfiles-cc585460a4549937d2b64680c11bdb96e67c8b4b.tar.zst
dotfiles-cc585460a4549937d2b64680c11bdb96e67c8b4b.zip
Emacs: Switch tab and C-z in helm-find-files
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3f5d29f..712a311 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 "<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