zoom, and fixit with f9

This commit is contained in:
Debucquoy Anthony 2023-11-02 14:24:23 +01:00
parent aa79a6d024
commit 73a022bfe6
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 4 additions and 2 deletions

View File

@ -273,8 +273,8 @@ ctrl + alt + n
super + shift + e
st ranger
super + shift + n
newsboat
alt + z
boomer
Print
scrot -s

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>