Fork me on GitHub

pyrepl.vim by Bogdanp

PyREPL.vim is a plugin for VIM that provides a way to run a Python REPL inside a buffer.

Example

You can view videos of the plugin in action here.

Install

Copy pyrepl.vim to your VIM plugin folder and you're good to go!

Usage

Inside any buffer doing \r will toggle the REPL on or off. When toggled on, PyREPL.vim will always create a new buffer.

License

The code is licensed under the MIT License.

Authors

Bogdan Popa (popa.bogdanp@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/Bogdanp/pyrepl.vim