[Description]
For example, to view a certain help content of Vim, you can :h help-content
. Is it possible to do this when viewing Python-doc?
(I am now viewing Python The help content is all viewed in IPythonhelp-content?
, but this requires opening another shell window)
Recommend you to use
vim-ref
This is what I use under window. For Linux, the modification should not be big, you can try it.
The key is
pydoc
the issue of commands.