lang/python: gD = anaconda-mode-find-references
This commit is contained in:
parent
89172b859c
commit
f3a065868c
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
(set! :company-backend 'python-mode '(company-anaconda))
|
(set! :company-backend 'python-mode '(company-anaconda))
|
||||||
(map! :map python-mode-map
|
(map! :map python-mode-map
|
||||||
:m "gd" 'anaconda-mode-find-definitions
|
:m "gd" 'anaconda-mode-find-definitions
|
||||||
|
:m "gD" 'anaconda-mode-find-references
|
||||||
:localleader
|
:localleader
|
||||||
:prefix "f"
|
:prefix "f"
|
||||||
:nv "d" 'anaconda-mode-find-definitions
|
:nv "d" 'anaconda-mode-find-definitions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue