doom: add projectile repeat shortcut (f5)

This commit is contained in:
Julian Mutter 2024-01-16 22:44:02 +01:00
parent 619d3f9a45
commit 10524de915

View File

@ -47,6 +47,8 @@
(map! :leader "w 1" #'delete-other-windows)
(map! :leader "t p" #'+popup/toggle)
(map! :nvi "<f5>" #'projectile-repeat-last-command)
;; Do not use autosave when using vim save command
(evil-ex-define-cmd "write" #'fd-format-without-autosave)