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

Bogdanp/pyrepl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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+

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published