ibuffer and magit shortcuts

This commit is contained in:
MitchMarq42 2022-06-21 17:04:19 -08:00
parent 31d619044f
commit 2b8ebf3c6c
2 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,8 @@
:non-normal-prefix "SPC"
"w" 'evil-window-map
"h" 'help-command
"b" 'switch-to-buffer
"b" 'ibuffer
"g" 'magit
"SPC" 'evil-buffer)
(general-define-key
:states '(normal visual)

View File

@ -519,7 +519,6 @@
(use-package popper
:custom
(display-buffer-base-action '(display-buffer-pop-up-window))
(ibuffer-use-other-window t)
(popper-reference-buffers
'(
helpful-mode
@ -533,6 +532,12 @@
(popper-mode +1)
(popper-echo-mode +1))
(use-package ibuffer
:straight (:type built-in)
:custom
(ibuffer-use-other-window t))
;; (use-package mini-frame
;; :init (mini-frame-mode))
(use-package xwidget ;-webkit