vis is a vi-like editor based on Plan 9’s structural regular expressions.
The software seeks to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. The editor core is written in C. vis uses Lua for configuration and scripting.
vis uses the same modal editing approach as vi. It supports a ‘normal’, ‘operator pending’, ‘insert’, ‘replace’ and ‘visual’ (in both line and character wise variants) mode. The visual block and ex modes are not implemented. Instead vis has built in support for multiple selections and an interactive variant of the structural regular expression based command language of sam.
vis is released under an open source license.
Features include:
- Extends vi’s modal editing with built-in support for multiple cursors/selections and combines it with sam’s structural regular expression based command language.
- Syntax highlighting is provided using Parsing Expression Grammars.
- Support for sam’s structural regular expression based command language. This uses a byte stream as underlying abstraction and lets the user specify arbitrarily structured regions using regular expressions.
- Clipboard handling.
- Digraph handling.
- Fuzzy file open dialog.
- Lua API.
- Vi(m) key bindings. vis supports global as well as window local run time key mappings which are always evaluated recursively.
- Default 256 color theme: zenburn.
- Unicode support.
Its dependencies are ncurses, libtermkey, lua, lua-lpeg, tre, and file.
Website: github.com/martanne/vis
Support: Documentation, FAQ, Wiki
Developer: Marc André Tanner, et al
License: ISC license
vis is written in C and Lua. Learn C with our recommended free books and free tutorials. Learn Lua with our recommended free books and free tutorials.
| Explore Linux | |
|---|---|
| Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category. | |
| In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality. | |
| The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions. | |
| Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others. | |
| Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems. | |
| Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks. | |
| Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems. | |
| Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux. | |
| Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools. | |
| Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux. | |
| Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux. | |


Please read our Comment Policy before commenting.