Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tehmaze/vim-pythondoc
- Owner: tehmaze
- Created: 2012-07-20T20:40:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-20T20:42:08.000Z (over 12 years ago)
- Last Synced: 2024-05-01T20:38:02.246Z (6 months ago)
- Language: VimL
- Size: 89.8 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 \
pythonDocEnjoy!
Configuration
=============Switch to horizontal split:
let g:python_doc_split = "split"
Alternate path to pydoc:
let g:python_doc_command = "/path/to/pydoc"