Skip to content

Commit

Permalink
Move SPC p G to SPC p C-g to regenerate tags
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
syl20bnr committed Sep 1, 2016
1 parent 1b4efdd commit d998c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion layers/+distributions/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d998c7e

Please sign in to comment.