zoom, and fixit with f9

This commit is contained in:
2023-11-02 14:24:23 +01:00
parent 62c1742962
commit 58b4e426bf
2 changed files with 4 additions and 2 deletions
+2
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>