forked from colonelpanic/dotfiles
get rid of annoying helm-gtags bindings.
This commit is contained in:
parent
b5ddcd373d
commit
2e3862df38
@ -1642,10 +1642,8 @@ window is active in the perspective."
|
|||||||
(("M-t" . helm-gtags-find-tag)
|
(("M-t" . helm-gtags-find-tag)
|
||||||
("M-r" . helm-gtags-find-rtag)
|
("M-r" . helm-gtags-find-rtag)
|
||||||
("M-s" . helm-gtags-find-symbol)
|
("M-s" . helm-gtags-find-symbol)
|
||||||
("M-g M-p" . helm-gtags-parse-file)
|
|
||||||
("C-c <" . helm-gtags-previous-history)
|
("C-c <" . helm-gtags-previous-history)
|
||||||
("C-c >" . helm-gtags-next-history)
|
("C-c >" . helm-gtags-next-history))
|
||||||
("M-," . helm-gtags-pop-stack))
|
|
||||||
:init
|
:init
|
||||||
(progn
|
(progn
|
||||||
;;; Enable helm-gtags-mode
|
;;; Enable helm-gtags-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user