mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add SPC p l = projectile-repeat-last-command
This commit is contained in:
@ -764,6 +764,7 @@
|
|||||||
:desc "Edit project .dir-locals" "e" #'projectile-edit-dir-locals
|
:desc "Edit project .dir-locals" "e" #'projectile-edit-dir-locals
|
||||||
:desc "Invalidate project cache" "i" #'projectile-invalidate-cache
|
:desc "Invalidate project cache" "i" #'projectile-invalidate-cache
|
||||||
:desc "Kill project buffers" "k" #'projectile-kill-buffers
|
:desc "Kill project buffers" "k" #'projectile-kill-buffers
|
||||||
|
:desc "Repeat last external command" "l" #'projectile-repeat-last-command
|
||||||
:desc "Find other file" "o" #'projectile-find-other-file
|
:desc "Find other file" "o" #'projectile-find-other-file
|
||||||
:desc "Switch project" "p" #'projectile-switch-project
|
:desc "Switch project" "p" #'projectile-switch-project
|
||||||
:desc "Find recent project files" "r" #'projectile-recentf
|
:desc "Find recent project files" "r" #'projectile-recentf
|
||||||
|
Reference in New Issue
Block a user