From 7ef532b101ee892ea0c1885f7e4ce26fdb5f2a9b Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Sun, 19 Sep 2021 22:15:54 -0500 Subject: C-l is too ingrained in muscle memory diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el index 4518f2f..76d216c 100644 --- a/lisp/ravi-init-completion.el +++ b/lisp/ravi-init-completion.el @@ -43,6 +43,7 @@ (setq selectrum-highlight-candidates-function #'orderless-highlight-matches) (setq selectrum-max-window-height 22) (selectrum-mode +1) + (bind-key "C-l" 'backward-kill-word selectrum-minibuffer-map) (autoload 'ffap-guesser "ffap") (setq minibuffer-default-add-function @@ -81,7 +82,7 @@ :init ;; Optionally replace the key help with a completing-read interface (setq prefix-help-command #'embark-prefix-help-command) - (bind-key "C-l" #'embark-act + (bind-key "C-t" #'embark-act (pcase ravi/use-selection-system ('selectrum selectrum-minibuffer-map) ('vertico vertico-map))) -- cgit v0.10.1