Bind `SPC p T` to projectile-test-project

The purpose of `projectile-find-test-file` is not obvious
and it is not applicable to all languages.

Actually running the tests seems like a more useful and intuitive binding.
This commit is contained in:
Joe Hillenbrand 2016-04-14 13:13:46 -07:00 committed by syl20bnr
parent 47776e8999
commit af6f3d0d87
2 changed files with 3 additions and 3 deletions

View File

@ -2836,7 +2836,7 @@ To search in a project see [[Searching in a project][project searching]].
| ~SPC p R~ | replace a string |
| ~SPC p s~ | see [[Searching in a project][search in project]] |
| ~SPC p t~ | open =NeoTree= in =projectile= root |
| ~SPC p T~ | find test files |
| ~SPC p T~ | test project |
| ~SPC p v~ | open project root in =vc-dir= or =magit= |
| ~SPC p y~ | find tags |
| ~SPC /~ | search in project with the best search tool available |

View File

@ -492,7 +492,7 @@
projectile-find-dir
projectile-find-file
projectile-find-tag
projectile-find-test-file
projectile-test-project
projectile-grep
projectile-invalidate-cache
projectile-kill-buffers
@ -541,7 +541,7 @@
"pk" 'projectile-kill-buffers
"po" 'projectile-multi-occur
"pR" 'projectile-replace
"pT" 'projectile-find-test-file
"pT" 'projectile-test-project
"py" 'projectile-find-tag))
:config
(progn