文章詳情頁
Linux下用Vim寫Python程序時(shí)「查詢Python的幫助內(nèi)容,即Python-doc」能做到如「vim-doc」那樣嗎?
瀏覽:199日期:2022-10-15 14:07:51
問題描述
[描述]比如查看Vim的某項(xiàng)幫助內(nèi)容,可以:h help-content, 查看Python-doc時(shí)是否能做到這樣?(我現(xiàn)在查看Python的幫助內(nèi)容都是在IPython中看help-content?,但是這樣需要另開一個(gè)shell窗口)
問題解答
回答1:推薦你使用vim-ref
回答2:'python help'nnoremap <buffer> K :<C-u>let save_isk = &iskeyword | set iskeyword+=. | execute '!pydoc ' . expand('<cword>') | let &iskeyword = save_isk<CR>
這個(gè)是我在window是下面使用的, Linux的話 修改應(yīng)該不大, 可以試試。
關(guān)鍵就是pydoc命令的問題。
排行榜

熱門標(biāo)簽
網(wǎng)公網(wǎng)安備