diff --git a/configs/init-minibuffer.el b/configs/init-minibuffer.el index 7138e95..fdde958 100644 --- a/configs/init-minibuffer.el +++ b/configs/init-minibuffer.el @@ -44,30 +44,21 @@ ([remap recentf-open-files] . consult-recent-file) - ;; C-x bindings in `ctl-x-map' ("C-x M-." . consult-complex-command) ;; orig. repeat-complex-command - ("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 - ("C-x r b" . consult-bookmark) ;; orig. bookmark-jump ("C-c p b" . consult-project-buffer) ;; orig. project-switch-to-buffer - ("C-c p p" . project-switch-project) ;; orig. project-switch-to-buffer + ("C-c p p" . project-switch-project) ;; Consult search ("C-c p f" . consult-find) ;; Búsqueda de archivos en todo el projecto incluso en carpetas ("C-c p l" . consult-line-multi) ;; Búsqueda en todos los buffers del projecto abiertos ;; Custom M-# bindings for fast register access ("C-'" . consult-register-load) ("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated) - ("M-¡" . consult-register) ;; Other custom bindings - ("M-y" . consult-yank-pop) ;; orig. yank-pop + ("M-y" . consult-yank-pop) ;; orig. yank-pop ;; M-g bindings in `goto-map' ("M-g f" . consult-flymake) ;; Alternative: consult-flycheck ("M-g g" . consult-goto-line) ;; orig. goto-line ("M-g M-g" . consult-goto-line) ;; orig. goto-line - ("M-g o" . consult-outline) ;; Alternative: consult-org-heading - ("M-g m" . consult-mark) - ("M-g k" . consult-global-mark) ("M-g i" . consult-imenu) ("M-g I" . consult-imenu-multi)