From eda47c4aefd2175cc7e19a7b13b9bb17ed654770 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 26 Dec 2021 21:12:57 +0800 Subject: Add ycm command RefactorRename --- .vim/plugin/youcompleteme.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/plugin/youcompleteme.vim') diff --git a/.vim/plugin/youcompleteme.vim b/.vim/plugin/youcompleteme.vim index 424fdbc..76b2ffa 100644 --- a/.vim/plugin/youcompleteme.vim +++ b/.vim/plugin/youcompleteme.vim @@ -33,6 +33,7 @@ command YcmCompleterGoTo :YcmCompleter GoTo command YcmCompleterGoToType :YcmCompleter GoToType command YcmCompleterGoToReferences :YcmCompleter GoToReferences command YcmCompleterGoToImplementation :YcmCompleter GoToImplementation +command YcmCompleterRefactorRename :YcmCompleter RefactorRename nnoremap gd :YcmCompleter GoTo nnoremap gr :YcmCompleter GoToReferences -- cgit v1.2.3