Skip to content

Commit cd3265e

Browse files
committed
Remove gtags maps
1 parent 8bb6b50 commit cd3265e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lisp/init-evil.el

-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"r" 'chrome-reload
2929
"R" (lambda () (interactive) (font-lock-fontify-buffer) (redraw-display))
3030
"S" 'delete-trailing-whitespace
31-
"t" 'gtags-reindex
32-
"T" 'gtags-find-tag
3331
"w" 'save-buffer
3432
"x" 'helm-M-x
3533
"y" 'yank-to-x-clipboard)
@@ -91,7 +89,6 @@
9189
(evil-define-key 'normal global-map (kbd "C-`") (lambda ()
9290
(interactive)
9391
(dired (expand-file-name "~"))))
94-
(evil-define-key 'normal global-map (kbd "C-]") 'gtags-find-tag-from-here)
9592
(evil-define-key 'normal global-map (kbd "g/") 'occur-last-search)
9693
(evil-define-key 'normal global-map (kbd "[i") 'show-first-occurrence)
9794
(evil-define-key 'normal global-map (kbd "S-SPC") 'air-pop-to-org-agenda-default)

0 commit comments

Comments
 (0)