summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 1f02b65..5936de7 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -492,7 +492,7 @@
:init (define-prefix-command 'thanos/search)
:bind (("C-x r d" . 'bookmark-delete)
("C-x r C-r" . 'bookmark-rename)
- ("C-x r C-j" . 'consult-register)
+ ("C-x r j" . 'consult-register)
("C-x r SPC" . 'consult-register-store)
("C-x r b" . 'consult-bookmark)
("C-c m" . 'consult-imenu)
@@ -500,12 +500,14 @@
("C-x C-b" . 'switch-to-prev-buffer)
("M-y" . 'consult-yank-from-kill-ring)
("C-M-s" . 'consult-line)
- ("M-s" . 'thanos/search)
+ ("C-c s" . 'thanos/search)
:map thanos/search
- ("M-f" . 'consult-find)
+ ("f" . 'consult-find)
("g" . 'consult-grep)
("i" . 'consult-info)
("l" . 'consult-locate)
+ ("b" . 'consult-buffer-other-window)
+ ("m" . 'consult-man)
:map project-prefix-map
("b" . 'consult-project-buffer)))