diff --git a/init.el b/init.el index a572473..6c093c7 100644 --- a/init.el +++ b/init.el @@ -156,7 +156,13 @@ (use-package consult :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 :straight t