Merge pull request #1921 from flatwhatson/info-binds

config/default: add {apropos,Info}-mode keybinds
This commit is contained in:
Henrik Lissner 2019-10-21 06:28:47 -04:00 committed by GitHub
commit 573675b6e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,14 @@
[remap quit-window] #'kill-current-buffer)
(:map (help-mode-map helpful-mode-map)
:n "o" #'ace-link-help)
:n "o" #'ace-link-help)
(:map apropos-mode-map
:n "o" #'ace-link-help
:n "TAB" #'forward-button
:n [tab] #'forward-button
:n [backtab] #'backward-button)
(:map Info-mode-map
:n "o" #'ace-link-info)
;; misc
:n "C-S-f" #'toggle-frame-fullscreen