Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 847 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 847 Bytes

PyREPL

VIM plugin that allows you to run a Python REPL inside a VIM buffer.

Preview

Screenshot:

Version 0.2.1

Videos.

Installation

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

Usage

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

If you're working on a Python file and would like to evaluate it inside the REPL you can run :PyREPLEvalFile on the buffer in which that file is open.

Requirements

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