mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: gD = anaconda-mode-find-references
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user