Move SPC p C-g to SPC p G

This commit is contained in:
Eivind Fonn 2016-10-28 13:44:05 +02:00
parent aa3a799c39
commit 4bf8e529b8
2 changed files with 2 additions and 2 deletions

View File

@ -2988,7 +2988,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 C-g~ | regenerate the project's =etags= / =gtags= |
| ~SPC p 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

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