From ecf6a3875eb7c03ea3699b89642cd808dc09ed31 Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Mon, 21 Oct 2019 14:29:59 +1000 Subject: [PATCH] Add some bindings for apropos and info-mode --- modules/config/default/+evil-bindings.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 088a0b716..30b664a85 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -49,7 +49,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