about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index fa8edb4..c96ea98 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -542,7 +542,8 @@ See `+become' and the functions that call it (e.g. `+become-consult-line')."
    (:map minibuffer-local-map
          ("M-." . embark-preview)
          ("C-," . embark-become)
-         ("C-^" . embark-become-ripgrep-parent))
+         ("C-^" . embark-become-ripgrep-parent)
+         ("C-S-SPC" . embark-select))
    (:map embark-become-file+buffer-map
          ("e" . consult-project-extra-find)
          ("E" . project-switch-consult-project-extra-find)))