diff options
-rw-r--r-- | completion.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completion.org b/completion.org index 2da8be5..279a5df 100644 --- a/completion.org +++ b/completion.org @@ -125,6 +125,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-x 5 b" . consult-buffer-other-frame) ("C-c b" . project-find-file) |