Add key binding for helm-gtags-find-symbol: '<SPC> g y'

This commit is contained in:
Daniel Ralston 2017-05-11 08:47:45 -07:00 committed by Eivind Fonn
parent 488fc0977f
commit 5b383559be
2 changed files with 2 additions and 0 deletions

View File

@ -268,4 +268,5 @@ the gtags commands.
| ~SPC m g R~ | resume previous helm-gtags session |
| ~SPC m g s~ | select any tag in a project retrieved by gtags |
| ~SPC m g S~ | show stack of visited locations |
| ~SPC m g y~ | find symbols |
| ~SPC m g u~ | manually update tag database |

View File

@ -53,6 +53,7 @@ Otherwise does nothing."
"gR" 'helm-gtags-resume
"gs" 'helm-gtags-select
"gS" 'helm-gtags-show-stack
"gy" 'helm-gtags-find-symbol
"gu" 'helm-gtags-update-tags)))
(defun spacemacs/ggtags-mode-enable ()