Update helpful keybindings
This commit is contained in:
4
init.el
4
init.el
@ -3360,7 +3360,9 @@ This will also update waybar."
|
|||||||
("<mouse-8>" . my/helpful-history-back)
|
("<mouse-8>" . my/helpful-history-back)
|
||||||
("<mouse-9>" . my/helpful-history-forward)
|
("<mouse-9>" . my/helpful-history-forward)
|
||||||
("<normal-state><" . my/helpful-history-back)
|
("<normal-state><" . my/helpful-history-back)
|
||||||
("<normal-state>>" . my/helpful-history-forward))
|
("<normal-state>>" . my/helpful-history-forward)
|
||||||
|
("<normal-state>C-o" . my/helpful-history-back)
|
||||||
|
("<normal-state>C-i" . my/helpful-history-forward))
|
||||||
:init
|
:init
|
||||||
(defun my/-helpful-setup-emacs-lisp-mode ()
|
(defun my/-helpful-setup-emacs-lisp-mode ()
|
||||||
(setq-local evil-lookup-func #'helpful-at-point))
|
(setq-local evil-lookup-func #'helpful-at-point))
|
||||||
|
|||||||
Reference in New Issue
Block a user