Replace common commands with consult versions

This commit is contained in:
Dimitri Lozeve 2021-07-23 21:39:47 +02:00
parent 61df44b12c
commit 428d452e3d

View file

@ -156,7 +156,13 @@
(use-package consult (use-package consult
:straight t :straight t
:bind (("C-s" . consult-line))) :bind (("C-s" . consult-line)
("M-g g" . consult-goto-line) ;; orig. goto-line
("M-g M-g" . consult-goto-line) ;; orig. goto-line
("C-x b" . consult-buffer) ;; orig. switch-to-buffer
("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window
("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame
))
(use-package marginalia (use-package marginalia
:straight t :straight t