From 5ad7f83aa83c6b4ff6aa6057714ba15d47dfaa0a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 30 Apr 2018 18:46:18 -0400 Subject: [PATCH] [emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index b04e5f6..7add2c1 100644 --- a/init.org +++ b/init.org @@ -641,8 +641,8 @@ There's no way I could top that, so I won't attempt to. :bind (:map ivy-minibuffer-map ([escape] . keyboard-escape-quit) - ("C-j" . ivy-next-line) - ("C-k" . ivy-previous-line) + ;; ("C-j" . ivy-next-line) + ;; ("C-k" . ivy-previous-line) ([S-up] . ivy-previous-history-element) ([S-down] . ivy-next-history-element) ("DEL" . ivy-backward-delete-char)) -- 2.20.1