From cc76d36d2a3bc4bbc61a7161f6542029bb95a409 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 11 Mar 2023 18:33:03 +0000 Subject: [PATCH] vim/cpp: binding for YcmCompleter RefactorRename --- vim/ftplugin/cpp.vim | 1 + 1 file changed, 1 insertion(+) 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') -- 2.48.1