X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8462c7e89a999aa04908a8d592149c485605f220..7eb1ded05d647500b1488d025dbb65d71411c27e:/vim/ftplugin/python.vim?ds=inline diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 0a46519..c64e31f 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1 +1,5 @@ setlocal foldlevelstart=1 " at least show content of classes + +nnoremap gd :YcmCompleter GoTo +nnoremap d :vs:YcmCompleter GoTo +nnoremap gD :YcmCompleter GoToReferences