mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1921 from flatwhatson/info-binds
config/default: add {apropos,Info}-mode keybinds
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user