Compile: Add gg and 0

This commit is contained in:
James Nguyen 2017-11-29 18:59:33 -08:00
parent 0aef7f5bde
commit 9b18596cce
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
(evil-define-key 'normal compilation-mode-map
"g?" 'describe-mode
"?" 'evil-search-backward
"gg" 'evil-goto-first-line
"0" 'evil-digit-argument-or-evil-beginning-of-line
[mouse-2] 'compile-goto-error
[follow-link] 'mouse-face
(kbd "<return>") 'compile-goto-error