diff --git a/lisp/mitch-keybinds.el b/lisp/mitch-keybinds.el index ec30fcd..342a817 100644 --- a/lisp/mitch-keybinds.el +++ b/lisp/mitch-keybinds.el @@ -32,7 +32,7 @@ :non-normal-prefix "SPC" "w" 'evil-window-map "h" 'help-command - "b" 'ibuffer + "b" 'switch-to-buffer "g" 'magit "SPC" 'evil-buffer) ;; SPC shortcuts for lisp. Works with anything that uses the default emacs binds diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 63d0dd6..a30c6b9 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -47,10 +47,6 @@ :hook (prog-mode . whitespace-mode) ;; :config (global-whitespace-mode t) ) -(use-package ibuffer - :straight (:type built-in) - :commands ibuffer - :custom (ibuffer-use-other-window t)) (use-package image-mode :straight (:type built-in) :config @@ -217,7 +213,10 @@ Otherwise, kill back 1 letter." :config (vertico-mouse-mode)) (use-package consult - :after vertico) + :after vertico + :general + (general-define-key + [remap switch-to-buffer] 'consult-buffer)) ;; Minibuffer generic stuff (use-package marginalia ;; :custom (marginalia-separator " ")