projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c4576
)
[emacs] disable C-{j,k} bindings in ivy-minibuffer-map for now
author
Amin Bandali
<amin@aminb.org>
Mon, 30 Apr 2018 22:46:18 +0000
(18:46 -0400)
committer
Amin Bandali
<amin@aminb.org>
Mon, 30 Apr 2018 22:46:18 +0000
(18:46 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/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))