Update helpful keybindings

This commit is contained in:
2026-02-04 22:48:37 -08:00
parent d18a1fd817
commit 3bd367f30e

View File

@ -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))