Text Editor

vile – text editor that combines aspects of the Emacs and vi editors

vile (VI Like Emacs) is an open source text editor.

This program retains the feel of vi, while adding the multiple buffer and multiple window features of Emacs and other editors.

vile is Vi(m) like, but not a clone, as some core functionality is not present, and its appearance is not identical. The program is built from a combination of hand-crafted code and tables processed by a special-purpose program.

vile has been in development since 1990.

There’s an X version of vile available, called xvile. It’s the same text editor, built as an X-windows program, with fully integrated mouse support, scrollbars and more.

Key Features

  • All of vi’s good features have been retained, such as searching with the / and ? keys, and command repeating with a “.”.
  • Infinite undo.
  • Supports multiple windows.
  • Read from pipes.
  • Complex fences.
  • Command completion – covering the command name, filename, directory name, and mode values.
  • Major modes.
  • Vile commands can be linked together in repetitive or conditional ways using various builtin directives (e.g. “if”, “else”, “while”, “break”, etc), and intermediate results can be stored in string-valued temporary variables.
  • Syntax highlighting – runs a syntax filter program which parses the buffer contents. Most of these syntax filters use lex. Each filter reads one or more keyword files, which list specific keywords and their highlighting attributes, as well as classes of keywords.
  • Macro language and use of environment variables offers scripting functionality.
  • Supports Perl as an extension language by embedding a Perl interpreter into the editor.
  • Directory browser extension with the Perl interface:
    • Two panel display for separate listing of directories and files
    • Configurable color highlighting based on the type of the file
    • Recognizes broken symlinks
    • Hypertext based directory traversal and file viewing
    • MIME aware capabilities to view files using appropriate applications
    • Plugins extension to the MIME library to allow to view certain files within vile after passing through a vile based Perl filter routine.
  • Comprehensive help file is available via a keystroke within the editor.

Website: invisible-island.net/vile
Support: FAQ
Developer: Kevin Buettner, Paul G Fox, Tom Dickey
License: GNU General Public License

vile

vile is written in C. Learn C 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.

Emacs-like Text Editors
TeXmacsHigh quality scientific word processor and typesetting program
vileCombines aspects of the Emacs and vi editors
ZileCustomizable, self-documenting real-time display editor
RemacsCommunity-driven port of Emacs to Rust
JOEJoe's Own Editor with no code used from Emacs
mgSmall, fast, and portable Emacs-like editor
ceSmall, fast, Emacs-like text editor
JOVEJonathan's Own Version of Emacs. Highly portable, supports many ancient systems

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