selectrum: remove some bindings

- the embark actions use packages that aren't installed or don't work
- the selectrum minibuffer bindings use the super key, which will
  probably conflict with tiling window managers
This commit is contained in:
Itai Y. Efrat 2021-06-06 23:06:01 +03:00
parent c056e718a8
commit ebd72b715e
2 changed files with 2 additions and 6 deletions

View file

@ -148,9 +148,7 @@
(nthcdr pos embark-target-finders)))
(map!
:map embark-file-map
:desc "Open Dired on target" "j" #'ffap-dired
:desc "Open target with sudo" "s" #'doom/sudo-find-file
:desc "Open target with vlf" "l" #'vlf)
:desc "Open target with sudo" "s" #'doom/sudo-find-file)
(setq embark-package-map (make-sparse-keymap))
(map! :map embark-package-map
"h" #'doom/help-packages

View file

@ -211,11 +211,9 @@
"C-j" #'selectrum-next-candidate
"C-M-j" #'+selectrum/next-candidate-preview
"C-S-j" #'selectrum-next-page
"C-s-j" #'selectrum-goto-end
"C-k" #'selectrum-previous-candidate
"C-M-k" #'+selectrum/previous-candidate-preview
"C-S-k" #'selectrum-previous-page
"C-s-k" #'selectrum-goto-beginning)))
"C-S-k" #'selectrum-previous-page)))
;;; :ui
(map! (:when (featurep! :ui popup)