Fix #2990: C-j/C-k in minibuffer w/ evil-collection
This commit is contained in:
parent
7a73bb7ce7
commit
2deaafd03a
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
"C-k" #'previous-line
|
||||
"C-S-j" #'scroll-up-command
|
||||
"C-S-k" #'scroll-down-command)
|
||||
(define-key! :states 'insert :keymaps +default-minibuffer-maps
|
||||
"C-j" #'next-line
|
||||
"C-k" #'previous-line)
|
||||
(define-key! read-expression-map
|
||||
"C-j" #'next-line-or-history-element
|
||||
"C-k" #'previous-line-or-history-element)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue