From: Amin Bandali Date: Mon, 30 Apr 2018 22:46:18 +0000 (-0400) Subject: [emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5ad7f83aa83c6b4ff6aa6057714ba15d47dfaa0a [emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now --- 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))