Map coc-codeaction-line to f3
This commit is contained in:
parent
570d1be68c
commit
90315048ae
1 changed files with 1 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue