Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.03 KB

PyREPL

PyREPL is a Vim plugin that provides a way to run something similar to a Python REPL inside a Vim buffer.

Preview

Screenshot:

PyREPL.vim 0.1.2 screenshot

Screencasts:

http://www.youtube.com/user/nadgobp#p/u

Installation

Use pathogen and clone this repo to your ~/.vim/bundle directory or copy the plugin folder to ~/.vim and you're set.

Usage

Inside any buffer use \r to toggle the REPL on or off. Toggling it on will create a new empty buffer every single time.

Requirements

  • VIM 7.0+ compiled with +python
  • Python 2.6+

Todo

[*] Make the thing work with blocks.
[*] Add support for nested blocks.
[ ] Add support for multiline strings.