vis
Vim-like text editor
Vis aims to be a modern, legacy free, simple yet efficient vim-like text editor. It extends vim's modal editing with built-in support for multiple cursors/selections and combines it with sam's structural regular expression based command language.
- Versions: 0.8
- Website: https://github.com/martanne/vis
- Licenses: Expat · ISC · Public Domain
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of vis
as follows:
guix install vis
Or install a particular version:
guix install vis@0.8
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.