Fix buffer-switching and get rid of ibuffer
This commit is contained in:
parent
4503f441cd
commit
f586cc1753
@ -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
|
||||
|
@ -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 " ")
|
||||
|
Loading…
Reference in New Issue
Block a user