Make TAB work in minibuffer

This commit is contained in:
laurensmiers 2018-06-26 12:49:02 +02:00
parent f2b345306f
commit b621088849

View file

@ -526,10 +526,10 @@ To be fair, I didn't test this in a while...
;; ;; (define-key helm-find-files-map (kbd "C-b") 'helm-find-files-up-one-level) ;; ;; (define-key helm-find-files-map (kbd "C-b") 'helm-find-files-up-one-level)
;; ;; (define-key helm-find-files-map (kbd "C-f") 'helm-execute-persistent-action) ;; ;; (define-key helm-find-files-map (kbd "C-f") 'helm-execute-persistent-action)
;; ;;
;; make TAB work in terminal ;; make TAB work in terminal/minibuffer
;; (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action)
;; remap helm-select-action: lists actions ;; remap helm-select-action: lists actions
;; (define-key helm-map (kbd "C-z") 'helm-select-action) (define-key helm-map (kbd "C-z") 'helm-select-action)
;; remap calculator ;; remap calculator
;; (global-set-key (kbd "C-c C-c") 'helm-calcul-expression) ;; (global-set-key (kbd "C-c C-c") 'helm-calcul-expression)