Skip to content

tehmaze/vim-pythonDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

About

Start pydoc for the current statement you are on if you hit <F2>.

Usage

Get https://github.com/tpope/vim-pathogen/ and install pythonDoc:

$ cd ~/.vim/bundle
~/.vim/bundle$ git clone https://github.com/tehmaze/vim-pythonDoc \
    pythonDoc

Enjoy!

Configuration

Switch to horizontal split:

let g:python_doc_split = "split"

Alternate path to pydoc:

let g:python_doc_command = "/path/to/pydoc"

About

Python documentation shortcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published