summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/completion.org b/completion.org
index c1fd686..7285bf5 100644
--- a/completion.org
+++ b/completion.org
@@ -380,10 +380,14 @@
(window-height . fit-window-to-buffer)))
:bind (("C-;" . embark-act)
+ ("C-c ;" . embark-act)
("C-'" . embark-dwim)
+ ("C-c '" . embark-dwim)
(:map minibuffer-local-map
(("C-'" . embark-dwim)
+ ("C-c '" . embark-dwim)
("C-," . embark-become)
+ ("C-c ," . embark-become)
("C-o" . embark-export)))))
(use-package embark-consult
@@ -561,7 +565,8 @@
(embark-act)))
(add-to-list 'avy-dispatch-alist '(?\; . avy-embark-act))
- :bind (("s-j" . avy-goto-char-timer)))
+ :bind (("s-j" . avy-goto-char-timer)
+ ("C-M-j" . avy-goto-char-timer)))
(use-package link-hint
:ensure t