Remove up/down keybinds in helm

This commit is contained in:
Henrik Lissner 2018-08-24 19:28:03 +02:00
parent d59f36eee1
commit 469cc7fbc1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -343,8 +343,6 @@
;; helm
(:after helm
(:map helm-map
[up] #'previous-history-element
[down] #'next-history-element
"C-S-n" #'helm-next-source
"C-S-p" #'helm-previous-source
"C-j" #'helm-next-line