diff options
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/plugin/youcompleteme.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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<CR> nnoremap gr :YcmCompleter GoToReferences<CR> |