From 92bc885ac9040d23f50d506a351b5576be6ccddf Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 15 Dec 2021 21:54:12 +0000 Subject: completion: a couple consult goodies --- completion.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'completion.org') diff --git a/completion.org b/completion.org index df8c023..0f2b468 100644 --- a/completion.org +++ b/completion.org @@ -145,6 +145,7 @@ :ensure t :bind (("C-x M-:" . consult-complex-command) ("C-x b" . consult-buffer) + ("C-x 4 b" . consult-buffer-other-window) ("C-x C-b" . switch-to-buffer) ("C-c b" . project-find-file) ("C-c h" . consult-history) @@ -152,10 +153,12 @@ ("C-c I" . consult-project-imenu) ("C-c k" . consult-ripgrep) ("C-c K" . consult-git-grep) + ("C-c L" . consult-locate) ("C-h m" . consult-mode-command) ("C-c s" . consult-line) ("C-x r x" . consult-register) ("C-x r b" . consult-bookmark) + ("C-x C-F" . consult-file-externally) ("M-g b" . consult-bookmark) ("M-g m" . consult-mark) ("M-g e" . consult-error) @@ -166,8 +169,7 @@ ("C-S-s" . consult-line) (" a" . consult-apropos)) - :custom ((consult-locate-command "locate --ignore-case --regexp ARG OPTS") - (consult-preview-key (kbd "`"))) + :custom ((consult-preview-key (kbd "`"))) :init (fset 'multi-occur #'consult-multi-occur) @@ -575,7 +577,6 @@ (push 'link-hint-notmuch-w3m-url link-hint-types) :bind (("C-l" . link-hint-open-link) - ("C-S-l" . recenter-top-bottom) - ("C-c l" . link-hint-open-multiple-links))) + ("C-S-l" . recenter-top-bottom))) #+end_src -- cgit v1.2.3