pyvim is an implementation of Vim in Python. There are no C extensions. This makes development a lot faster. It’s easy to prototype and integrate new features.
This is free and open source software.
Key Features
- Syntax highlighting of files, using the Pygments lexers.
- Horizontal and vertical splits, as well as tab pages. (Similar to Vim.)
- All of the functionality of prompt_toolkit. This includes a lot of Vi key bindings, it’s platform independent and runs on every Python version from python 2.6 up to 3.4. It also runs on Pypy with a noticeable performance boost.
- Several :set … commands have been implemented, like incsearch, number, ignorecase, wildmenu, expandtab, hlsearch, ruler, paste and tabstop.
- Other working commands: vsplit, tabnew, only, badd, and many others.
- For Python source code, auto completion uses the amazing Jedi library, and code checking in done (asynchronously) through Pyflakes.
- Colorschemes can be changed at runtime.
Website: github.com/prompt-toolkit/pyvim
Support:
Developer: Jonathan Slenders
License: BSD 3-Clause “New” or “Revised” License

pyvim is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Vim-like Text Editors | |
|---|---|
| Neovim | Vim-fork focused on extensibility and usability |
| Helix | Kakoune / Neovim inspired editor. |
| Lapce | Modern editor in Rust which uses native GUI and GPU rendering |
| NvChad | Neovim config aiming to provide a base configuration |
| LunarVim | IDE layer for Neovim |
| Kakoune | Implements Vi’s "keystrokes as a text editing language" model |
| Vis | Combining modal editing with structural regular expressions |
| vile | Text editor that combines aspects of the Emacs and vi editors |
| pyvim | Implementation of Vim in Python |
| gVim | Vim with a built-in GUI |
| amp | Vim-like editor written in Rust |
| Vy | Vim-like in Python made from scratch |
| moe | Command-line editor inspired by Vim |
| ad | Adaptable text editor |
| Levee | Also known as Captain Video |
| xvi | Portable multi-file text editor |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

