This commit is contained in:
Dimitri Lozeve 2024-01-13 23:07:04 +01:00
parent 0a04d0bdbc
commit b48ae1797a

View file

@ -612,6 +612,11 @@
:straight t
:bind (("<f5>" . deadgrep)))
(use-package rg
:straight t
:config
(rg-enable-default-bindings))
(use-package magit
:straight t
:bind (("C-x g" . magit-status)