summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-03 02:31:43 +0100
committerjao <jao@gnu.org>2022-10-03 02:33:52 +0100
commitc4c2dcced8101b008f2b683c9783e212bfe31365 (patch)
tree2023c7c3dc8cfdc6699ab5cd6886c56dd64eba42 /custom
parentdac7518995e756ad7b96f276c0f26f249937d2bc (diff)
downloadelibs-c4c2dcced8101b008f2b683c9783e212bfe31365.tar.gz
elibs-c4c2dcced8101b008f2b683c9783e212bfe31365.tar.bz2
completion: C-x b keeps being seen as C-x C-b
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-completion.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el
index eccd3bc..fdcc636 100644
--- a/custom/jao-custom-completion.el
+++ b/custom/jao-custom-completion.el
@@ -105,6 +105,7 @@
:ensure t
:bind (("C-x M-:" . consult-complex-command)
("C-x b" . consult-buffer)
+ ("C-x C-b" . consult-buffer)
("C-x 4 b" . consult-buffer-other-window)
("C-c b" . project-find-file)
("C-c h" . nil)