Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tehmaze/vim-pythondoc

Python documentation shortcut
https://github.com/tehmaze/vim-pythondoc

Last synced: 9 days ago
JSON representation

Python documentation shortcut

Awesome Lists containing this project

README

        

About
=====

Start pydoc for the current statement you are on if you hit ````.

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"