From 3bd367f30ed50a5a82c6e3a2e4c3dd76401d49c9 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 4 Feb 2026 22:48:37 -0800 Subject: [PATCH] Update helpful keybindings --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 958a7d3..c1f7ddd 100644 --- a/init.el +++ b/init.el @@ -3360,7 +3360,9 @@ This will also update waybar." ("" . my/helpful-history-back) ("" . my/helpful-history-forward) ("<" . my/helpful-history-back) - (">" . my/helpful-history-forward)) + (">" . my/helpful-history-forward) + ("C-o" . my/helpful-history-back) + ("C-i" . my/helpful-history-forward)) :init (defun my/-helpful-setup-emacs-lisp-mode () (setq-local evil-lookup-func #'helpful-at-point))