Change shift J to shift K
This commit is contained in:
parent
266ea2d927
commit
4cd8ea9be3
1 changed files with 2 additions and 2 deletions
|
|
@ -609,8 +609,8 @@ nmap <silent> gy <Plug>(coc-type-definition)
|
|||
nmap <silent> gi <Plug>(coc-implementation)
|
||||
nmap <silent> gr <Plug>(coc-references)
|
||||
|
||||
" Use J to show documentation in preview window.
|
||||
nnoremap <silent> J :call <SID>show_documentation()<CR>
|
||||
" Use K to show documentation in preview window.
|
||||
nnoremap <silent> K :call <SID>show_documentation()<CR>
|
||||
|
||||
function! s:show_documentation()
|
||||
if (index(['vim','help'], &filetype) >= 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue