Add SPC p l = projectile-repeat-last-command

This commit is contained in:
Henrik Lissner 2019-07-09 01:05:26 +02:00
parent cd9378bb9e
commit b727b8fbe8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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