Skip to content

nakagami/pyvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvim

An implementation of Vim in Python

Motivation

The original pyvim seems to have been written to prove the usefulness of the python-prompt-toolkit .

I am trying to modify it to a more vi/vim like editor. It is intended to be one of the vi clones that can be used on a daily basis.

Installation

Execute bellow pip command in the python virtual environment of your project.

pip install git+https://github.com/nakagami/pyvim

And you can execute pyvim command.

Configuring pyvim

It is possible to create a .pyvimrc file for a custom configuration. Have a look at this example: pyvimrc

Alternatives

Certainly have a look at the alternatives:

Thanks

  • To original Pyvim: https://github.com/prompt-toolkit/pyvim, by Jonathan Slenders.
  • To Vi Improved, by Bram Moolenaar. For the inspiration.
  • To Jedi, pyflakes and the docopt Python libraries.
  • To the Python wcwidth port of Jeff Quast for support of double width characters.
  • To Guido van Rossum, for creating Python.

About

Pure Python Vim clone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%