Move SPC p G to SPC p C-g to regenerate tags

I have the impression that SPC p G can be used for something more
useful regarding tags.
Tags regeneration triggers a process that can take a while to make
more sense to make it less accessible.

If there is nothing useful to be added to SPC p G we can consider
reverting this commit.
This commit is contained in:
syl20bnr 2016-08-31 22:30:03 -04:00
parent 1b4efdddc3
commit d998c7edf5
2 changed files with 2 additions and 2 deletions

View File

@ -2984,7 +2984,7 @@ To search in a project see [[Searching in a project][project searching]].
| ~SPC p f~ | find file |
| ~SPC p F~ | find file based on path around point |
| ~SPC p g~ | find tags |
| ~SPC p G~ | regenerate the project's =etags= / =gtags= |
| ~SPC p C-g~ | regenerate the project's =etags= / =gtags= |
| ~SPC p h~ | find file using =helm= |
| ~SPC p I~ | invalidate the projectile cache |
| ~SPC p k~ | kill all project buffers |

View File

@ -335,7 +335,7 @@
"pc" 'projectile-compile-project
"pD" 'projectile-dired
"pg" 'projectile-find-tag
"pG" 'projectile-regenerate-tags
"p C-g" 'projectile-regenerate-tags
"pI" 'projectile-invalidate-cache
"pk" 'projectile-kill-buffers
"pR" 'projectile-replace