Map coc-codeaction-line to f3

This commit is contained in:
Bad 2022-07-08 23:45:54 +02:00
parent 570d1be68c
commit 90315048ae

View file

@ -42,9 +42,7 @@ in
'';
coc.pluginConfig = ''
nmap <silent> <F2> <Plug>(coc-rename)
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
inoremap <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
nmap <silent> <F3> <Plug>(coc-codeaction-line)
" Remap <C-f> and <C-b> for scroll float windows/popups.
if has('nvim-0.4.0') || has('patch-8.2.0750')