Fix TAB in terminal to switch to helm micro-state
This commit is contained in:
parent
e54fd65bce
commit
b1b9d0e08b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue