mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Add some bindings for apropos and info-mode
This commit is contained in:
@@ -50,6 +50,13 @@
|
||||
|
||||
(:map (help-mode-map helpful-mode-map)
|
||||
: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