[emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now
authorAmin Bandali <amin@aminb.org>
Mon, 30 Apr 2018 22:46:18 +0000 (18:46 -0400)
committerAmin Bandali <amin@aminb.org>
Mon, 30 Apr 2018 22:46:18 +0000 (18:46 -0400)
init.org

index b04e5f6..7add2c1 100644 (file)
--- 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))