Skip to content
Brandon R. Stoner edited this page Jun 13, 2013 · 8 revisions

Welcome to the Vimpy project's wiki page.

Vimpy is a project which provides a Pythonic interface for writing Vim scripts. Many common Vim operations are exposed through the Vimpy plugin in a way which allows users to write plugins without ever writing Vimscript. The goal of the project is to provide a rich interface to Vim without needing to every leave Python while writing your plugins.

The best way to get started using Vimpy is by reading our Quick Start guide, followed by referring to the following list of Vim concepts that have been abstracted by Vimpy.

Vimpy provides abstractions for the following Vim concepts:

Clone this wiki locally