Bind info-display-manual to C-h C-i
This commit is contained in:
parent
21df465e4b
commit
3a9ee203b8
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue