Add bindings for consult functions

This commit is contained in:
Case Duckworth 2022-05-01 09:25:12 -05:00
parent 2cc59cf768
commit 13fed66dec
1 changed files with 2 additions and 0 deletions

View File

@ -1230,6 +1230,7 @@
("C-c k" . consult-kmacro)
;; C-x bindings (ctl-x-map)
("C-x M-:" . consult-complex-command)
("<f2>" . consult-buffer)
("C-x b" . consult-buffer)
("C-x 4 b" . consult-buffer-other-window)
("C-x 5 b" . consult-buffer-other-frame)
@ -1249,6 +1250,7 @@
("M-g m" . consult-mark)
("M-g k" . consult-global-mark)
("M-g i" . consult-imenu)
("M-g M-i" . consult-imenu)
("M-g I" . consult-imenu-multi)
;; M-s bindings (search-map)
("M-s f" . consult-find)