aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/go-mode/README.org
blob: 2b102d63bc485e385d18545c561857f31775c939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* go-mode

  Evil bindings for [[https://github.com/dominikh/go-mode.el][go-mode]] and =godoc-mode=.

** Key bindings

*** go-mode-map

    | Command          | Original  | Evil |
    |------------------+-----------+------|
    | =godef-jump=     | =C-c C-j= | =gd= |
    | =godef-describe= | =C-c C-d= | =K=  |

*** godoc-mode-map

    | Command         | Original | Evil |
    |-----------------+----------+------|
    | =quit-window=   | =q=      | =q=  |
    | =describe-mode= | =h m=    | =g?= |