From: Samir Benmendil Date: Sat, 11 Mar 2023 18:33:03 +0000 (+0000) Subject: vim/cpp: binding for YcmCompleter RefactorRename X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/cc76d36d2a3bc4bbc61a7161f6542029bb95a409 vim/cpp: binding for YcmCompleter RefactorRename --- diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index 76b5a55..12c6443 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -53,6 +53,7 @@ nnoremap d :vs:YcmCompleter GoTo nnoremap gD :YcmCompleter GoToReferences nnoremap fi :YcmCompleter FixIt +nnoremap fr :YcmCompleter RefactorRename " format with = call operator#user#define_ex_command('ycmcompleter-format', 'YcmCompleter Format')