about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/keybindings.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-10-03T17·15+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-10-03T17·15+0100
commit562c82f3f2801e663341d7a6c34893e215615cb3 (patch)
treede68a37f18ca4065b36cc11a6a946f18826c6c9a /emacs/.emacs.d/wpc/keybindings.el
parent4cd552de28a326a68fed77bc48257d0f815d94c4 (diff)
Bind "g SPC" to #'Info-scroll-up
I'm using the "g <char>" pattern that evil-collection uses, which I think is
okay.
Diffstat (limited to 'emacs/.emacs.d/wpc/keybindings.el')
-rw-r--r--emacs/.emacs.d/wpc/keybindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el
index a50f5510d2..9a9f35472f 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
  "<C-tab>" #'Info-next
  "<C-S-iso-lefttab>" #'Info-prev