Text Editor

pyvim – implementation of Vim in Python

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 in action

pyvim is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Vim-like Text Editors
NeovimVim-fork focused on extensibility and usability
HelixKakoune / Neovim inspired editor.
LapceModern editor in Rust which uses native GUI and GPU rendering
NvChadNeovim config aiming to provide a base configuration
LunarVimIDE layer for Neovim
KakouneImplements Vi’s "keystrokes as a text editing language" model
VisCombining modal editing with structural regular expressions
vileText editor that combines aspects of the Emacs and vi editors
pyvimImplementation of Vim in Python
gVimVim with a built-in GUI
ampVim-like editor written in Rust
VyVim-like in Python made from scratch
moeCommand-line editor inspired by Vim
adAdaptable text editor
LeveeAlso known as Captain Video
xviPortable multi-file text editor

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments