From 562c82f3f2801e663341d7a6c34893e215615cb3 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 3 Oct 2020 18:15:32 +0100 Subject: Bind "g SPC" to #'Info-scroll-up I'm using the "g " pattern that evil-collection uses, which I think is okay. --- emacs/.emacs.d/wpc/keybindings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index a50f5510d2a1..9a9f35472fc6 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -310,6 +310,7 @@ :states '(normal) :keymaps '(Info-mode-map) "SPC" nil + "g SPC" #'Info-scroll-up "RET" #'Info-follow-nearest-node "" #'Info-next "" #'Info-prev -- cgit 1.4.1