mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove up/down keybinds in helm
This commit is contained in:
@ -343,8 +343,6 @@
|
|||||||
;; helm
|
;; helm
|
||||||
(:after helm
|
(:after helm
|
||||||
(:map helm-map
|
(:map helm-map
|
||||||
[up] #'previous-history-element
|
|
||||||
[down] #'next-history-element
|
|
||||||
"C-S-n" #'helm-next-source
|
"C-S-n" #'helm-next-source
|
||||||
"C-S-p" #'helm-previous-source
|
"C-S-p" #'helm-previous-source
|
||||||
"C-j" #'helm-next-line
|
"C-j" #'helm-next-line
|
||||||
|
Reference in New Issue
Block a user