Fix TAB in terminal to switch to helm micro-state

This commit is contained in:
syl20bnr 2015-02-05 00:15:20 -05:00
parent e54fd65bce
commit b1b9d0e08b

View file

@ -1235,7 +1235,8 @@ which require an initialization must be listed explicitly in the list.")
"Action to perform when switching back to helm insert state."
(interactive)
;; restore helm key map
(define-key helm-map (kbd "C-i") 'helm-select-action)
(define-key helm-map (kbd "C-i")
'spacemacs/helm-navigation-micro-state)
(define-key helm-map (kbd "<tab>")
'spacemacs/helm-navigation-micro-state)
(define-key helm-map "r" nil)