X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1bb0f9d01c924de1fbc7ca50c1fc84ceb2a0cc99..cc76d36d2a3bc4bbc61a7161f6542029bb95a409:/vim/ftplugin/cpp.vim 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')