From f197ef24838eea3ebaf44c5aba8d1385473242ea Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sat, 2 Apr 2016 16:50:20 +0200 Subject: [PATCH] Fix typo --- custom/setup-helm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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