All Projects → Bogdanp → pyrepl.vim

Bogdanp / pyrepl.vim

Licence: other
VIM plugin that provides a way to run a Python REPL inside a VIM buffer.

Programming Languages

Vim Script
2826 projects

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+
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].