summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-05-20 03:21:32 +0100
committerjao <jao@gnu.org>2022-05-20 03:24:11 +0100
commit635aba05c368fa982d2565698eb7f9f1df77714d (patch)
tree787ab9b56c430a60371fbe56e529a8457f0e447b /completion.org
parent8a272e686074b41dcf3f336932681b4ac3e56e69 (diff)
downloadelibs-635aba05c368fa982d2565698eb7f9f1df77714d.tar.gz
elibs-635aba05c368fa982d2565698eb7f9f1df77714d.tar.bz2
working better in term 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