Racer: Add more keys

This commit is contained in:
James Nguyen 2017-12-24 15:53:10 -08:00
parent 27086c0c21
commit 78e0797d15
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@
"Set up `evil' bindings for `racer'."
(evil-define-key 'normal racer-mode-map
"gd" 'racer-find-definition
(kbd "C-t") 'pop-tag-mark))
(kbd "C-t") 'pop-tag-mark
"K" 'racer-describe)
(evil-define-key 'normal racer-help-mode-map
"q" 'quit-window))
(provide 'evil-collection-racer)
;;; evil-collection-racer.el ends here