From b15168eceb767ea4ea9c41806c83ce9985776c42 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 8 Aug 2020 13:17:04 +0100 Subject: [PATCH] vim/python: binding for ycm GoToReferences Same as the c++ binding. --- vim/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 5b5277e..c64e31f 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -2,3 +2,4 @@ setlocal foldlevelstart=1 " at least show content of classes nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo +nnoremap gD :YcmCompleter GoToReferences -- 2.48.1