commit bb328e895b269bc920f3b949a934ea7eba8e6057
parent 8d8aee6d6bbd250c09dbbee2dfc72bda67ce5ee6
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 6 Oct 2020 12:13:12 +0300
helm: add info binding
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -591,6 +591,7 @@ and many more.
(bind-key "C-x C-f" 'helm-find-files)
(bind-key "C-c s m" 'helm-man-woman)
(bind-key "C-c s a" 'helm-apropos)
+ (bind-key "C-c s i" 'helm-info)
(bind-key "C-x i" 'helm-imenu)
(bind-key "C-x b" 'helm-buffers-list)
(helm-mode 1)