Add helm-gtags key bindings
This commit is contained in:
parent
00beb88799
commit
ea4b0063d0
1 changed files with 9 additions and 0 deletions
|
|
@ -7,4 +7,13 @@
|
||||||
(add-hook 'java-mode-hook 'helm-gtags-mode)
|
(add-hook 'java-mode-hook 'helm-gtags-mode)
|
||||||
(add-hook 'asm-mode-hook 'helm-gtags-mode)
|
(add-hook 'asm-mode-hook 'helm-gtags-mode)
|
||||||
|
|
||||||
|
;; customize behaviour
|
||||||
|
(custom-set-variables
|
||||||
|
'(helm-gtags-auto-update t))
|
||||||
|
|
||||||
|
(global-set-key (kbd "M-.") 'helm-gtags-find-tag-from-here)
|
||||||
|
(global-set-key (kbd "M-,") 'helm-gtags-pop-stack)
|
||||||
|
(global-set-key (kbd "C-c C-f") 'helm-gtags-find-files)
|
||||||
|
(global-set-key (kbd "C-c g f") 'helm-gtags-parse-file)
|
||||||
|
|
||||||
(provide 'setup-helm-gtags)
|
(provide 'setup-helm-gtags)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue