apropos-mode: binds <tab>/<backtab> to forward/backward-button

This commit is contained in:
Kien Nguyen 2020-04-26 10:54:45 +09:00 committed by James N
parent 7bb251b0f4
commit ba3630476b
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
(evil-set-initial-state 'apropos-mode 'normal)
(evil-collection-define-key 'normal 'apropos-mode-map
(kbd "RET") 'apropos-follow
(kbd "TAB") 'forward-button
(kbd "S-TAB") 'backward-button
"g?" 'describe-mode
"gr" 'revert-buffer