From: Samir Benmendil Date: Fri, 8 May 2020 14:44:07 +0000 (+0100) Subject: vim/cpp: add mapping for YcmCompleter GoToReferences X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0e7614ab3cf87f441b17f410bc5a136a7917c661 vim/cpp: add mapping for YcmCompleter GoToReferences --- diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index edc1f32..a315592 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -47,6 +47,7 @@ nnoremap c :call switch#Switch(g:switch_const_definitions, {})< nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo +nnoremap gD :YcmCompleter GoToReferences " format with = map = (operator-clang-format)