mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix the insert-mode mapping for F1
This commit is contained in:
parent
a1325168f2
commit
643f996a94
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ endif
|
||||||
|
|
||||||
inoremap <silent><expr> <C-Space> coc#refresh()
|
inoremap <silent><expr> <C-Space> coc#refresh()
|
||||||
inoremap <silent> <A-s> <Cmd>call CocActionAsync('showSignatureHelp')<CR>
|
inoremap <silent> <A-s> <Cmd>call CocActionAsync('showSignatureHelp')<CR>
|
||||||
inoremap <F1> <A-s>
|
imap <F1> <A-s>
|
||||||
|
|
||||||
nmap <silent> [c <Plug>(coc-diagnostic-prev)
|
nmap <silent> [c <Plug>(coc-diagnostic-prev)
|
||||||
nmap <silent> ]c <Plug>(coc-diagnostic-next)
|
nmap <silent> ]c <Plug>(coc-diagnostic-next)
|
||||||
|
|
Loading…
Reference in a new issue