mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remap C-{j,k} to {next,previous}-line-or-history-element
This commit is contained in:
@ -905,7 +905,7 @@ To change these keys see `+default-repeat-keys'."
|
|||||||
"C-b" #'backward-word
|
"C-b" #'backward-word
|
||||||
"C-r" #'evil-paste-from-register
|
"C-r" #'evil-paste-from-register
|
||||||
;; Scrolling lines
|
;; Scrolling lines
|
||||||
"C-j" #'next-line
|
"C-j" #'next-line-or-history-element
|
||||||
"C-k" #'previous-line
|
"C-k" #'previous-line-or-history-element
|
||||||
"C-S-j" #'scroll-up-command
|
"C-S-j" #'scroll-up-command
|
||||||
"C-S-k" #'scroll-down-command))
|
"C-S-k" #'scroll-down-command))
|
||||||
|
Reference in New Issue
Block a user