diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 1a9c687..9abab9d 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -74,6 +74,8 @@ (define-key 'help-command (kbd "C-v") 'find-variable) (define-key 'help-command (kbd "C-l") 'find-library) +(define-key 'help-command (kbd "C-i") 'info-display-manual) + ;; a complement to the zap-to-char command, that doesn't eat up the target character (autoload 'zap-up-to-char "misc" "Kill up to, but not including ARGth occurrence of CHAR.") (global-set-key (kbd "M-Z") 'zap-up-to-char)