diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index fe89e4db3..18e72bc87 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -905,7 +905,7 @@ To change these keys see `+default-repeat-keys'." "C-b" #'backward-word "C-r" #'evil-paste-from-register ;; Scrolling lines - "C-j" #'next-line - "C-k" #'previous-line + "C-j" #'next-line-or-history-element + "C-k" #'previous-line-or-history-element "C-S-j" #'scroll-up-command "C-S-k" #'scroll-down-command))