zoom, and fixit with f9

This commit is contained in:
2023-11-02 14:24:23 +01:00
parent aa79a6d024
commit 73a022bfe6
2 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,9 @@ endfunction
nnoremap gd :YcmCompleter GoToDefinition<CR>
nnoremap gr :YcmCompleter GoToReferences<CR>
nnoremap K :YcmCompleter GetDoc<CR>
nnoremap <F9> :YcmCompleter FixIt<CR>
noremap gN :Lex<CR>
nnoremap <F12> :Make<CR>
nnoremap <leader><F12> :Make run<CR>