From 3b1f7c02cc9cfdcfba04b4411b39ec03e5c1705c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 1 Jun 2018 21:12:18 +0200 Subject: [PATCH] Fix C-S-j/C-S-k keybinds in ivy/minibuffer --- modules/config/default/+bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index fd30d8744..90df0043c 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -771,8 +771,8 @@ "\C-r" #'evil-paste-from-register "\C-j" #'next-line "\C-k" #'previous-line - "\C-J" #'scroll-up-command - "\C-K" #'scroll-down-command))) + (kbd "C-S-j") #'scroll-up-command + (kbd "C-S-k") #'scroll-down-command))) (mapc #'+default|fix-minibuffer-in-map (list minibuffer-local-map