diff --git a/custom/setup-helm.el b/custom/setup-helm.el index 3bbcc6f..83512ac 100755 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -7,7 +7,7 @@ (global-set-key (kbd "C-c h") 'helm-command-prefix) (global-unset-key (kbd "C-x c")) -(define-key helm-map (kbd "") 'helm-execute-persistent-action) ; rebihnd tab to do persistent action +(define-key helm-map (kbd "") 'helm-execute-persistent-action) ; rebind tab to do persistent action (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action) ; make TAB works in terminal (define-key helm-map (kbd "C-z") 'helm-select-action) ; list actions using C-z