Bind info-display-manual to C-h C-i

This commit is contained in:
Bozhidar Batsov 2014-11-13 15:58:28 +02:00
parent 21df465e4b
commit 3a9ee203b8

View file

@ -74,6 +74,8 @@
(define-key 'help-command (kbd "C-v") 'find-variable) (define-key 'help-command (kbd "C-v") 'find-variable)
(define-key 'help-command (kbd "C-l") 'find-library) (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 ;; 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.") (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) (global-set-key (kbd "M-Z") 'zap-up-to-char)