From: Samir Benmendil Date: Sat, 26 Sep 2020 17:43:05 +0000 (+0100) Subject: vim/cpp: FixIt mapping X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6ebca4c6aa50baf48713730099fa8d7dfe012cba vim/cpp: FixIt mapping --- diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index a3846a8..78756f4 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -49,6 +49,8 @@ nnoremap gd :YcmCompleter GoTo nnoremap d :vs:YcmCompleter GoTo nnoremap gD :YcmCompleter GoToReferences +nnoremap fi :YcmCompleter FixIt + " format with = call operator#user#define_ex_command('ycmcompleter-format', 'YcmCompleter Format') map = (operator-ycmcompleter-format)