summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-12-15 21:54:12 +0000
committerjao <jao@gnu.org>2021-12-15 21:54:12 +0000
commit92bc885ac9040d23f50d506a351b5576be6ccddf (patch)
treebbb4e98b04e3cd6f8d5e4bbc59df1332fd9a3810 /completion.org
parent64585869f2d9440037852adb68b1160f680a12b4 (diff)
downloadelibs-92bc885ac9040d23f50d506a351b5576be6ccddf.tar.gz
elibs-92bc885ac9040d23f50d506a351b5576be6ccddf.tar.bz2
completion: a couple consult goodies
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org9
1 files changed, 5 insertions, 4 deletions
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)
("<help> 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