From 0e7614ab3cf87f441b17f410bc5a136a7917c661 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 8 May 2020 15:44:07 +0100 Subject: [PATCH] vim/cpp: add mapping for YcmCompleter GoToReferences --- vim/ftplugin/cpp.vim | 1 + 1 file changed, 1 insertion(+) 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) -- 2.48.1