Add selectrum history selectrion commands

This commit is contained in:
Riyyi
2020-08-27 17:10:21 +02:00
parent a4fc675766
commit 21e2294fb8
+2
View File
@@ -1499,6 +1499,8 @@ Set keybinds to functionality of installed packages.
"M-j" #'selectrum-next-candidate "M-j" #'selectrum-next-candidate
"M-k" #'selectrum-previous-candidate "M-k" #'selectrum-previous-candidate
"M-l" #'selectrum-select-current-candidate "M-l" #'selectrum-select-current-candidate
"M-J" #'next-history-element
"M-K" #'previous-history-element
"<backspace>" #'dot/selectrum-backspace "<backspace>" #'dot/selectrum-backspace
"<S-backspace>" #'evil-delete-backward-char-and-join) "<S-backspace>" #'evil-delete-backward-char-and-join)