Change shift J to shift K

This commit is contained in:
Joey Yakimowich-Payne 2021-07-21 12:38:51 -06:00
commit 4cd8ea9be3

View file

@ -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)