Remap C-{j,k} to {next,previous}-line-or-history-element
This commit is contained in:
parent
1e357310c4
commit
affa7314f7
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue