doom: add projectile repeat shortcut (f5)
This commit is contained in:
parent
619d3f9a45
commit
10524de915
@ -47,6 +47,8 @@
|
|||||||
(map! :leader "w 1" #'delete-other-windows)
|
(map! :leader "w 1" #'delete-other-windows)
|
||||||
(map! :leader "t p" #'+popup/toggle)
|
(map! :leader "t p" #'+popup/toggle)
|
||||||
|
|
||||||
|
(map! :nvi "<f5>" #'projectile-repeat-last-command)
|
||||||
|
|
||||||
;; Do not use autosave when using vim save command
|
;; Do not use autosave when using vim save command
|
||||||
(evil-ex-define-cmd "write" #'fd-format-without-autosave)
|
(evil-ex-define-cmd "write" #'fd-format-without-autosave)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user