软件包:vis(0.9-1 以及其他的)
Modern, legacy free, simple yet efficient vim-like editor
Vis aims to be a modern, legacy free, simple yet efficient editor combining the strengths of both vi(m) and sam. It extends vi's modal editing with support for multiple cursors/selections and combines it with sam's structural regular expression based command language.
As an universal editor it has decent Unicode support and should cope with arbitrary files including: large, binary or single-line ones. Syntax highlighting is provided using Parsing Expression Grammars which can be conveniently expressed using Lua in the form of LPeg.
The editor core is written in a reasonable amount of clean (your mileage may vary), modern and legacy free C code, enabling it to run in resource constrained environments. The implementation should be easy to hack on and encourage experimentation. There also exists a Lua API for in-process extensions.
Vis strives to be simple and focuses on its core task: efficient text management. Clipboard and digraph handling as well as a fuzzy file open dialog are all provided by independent utilities.
The intention is not to be bug for bug compatible with vi(m), instead the aim is to provide powerful editing features based on an elegant design and clean implementation.
其他与 vis 有关的软件包
|
|
|
|
-
- dep: libacl1 (>= 2.2.23)
- 访问控制列表 - 共享库
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: liblua5.4-0 (>= 5.4.6)
- Shared library for the Lua interpreter version 5.4
-
- dep: libncursesw6 (>= 6)
- 终端处理的共享库 (宽字符支持)
-
- dep: libselinux1 (>= 3.1~)
- SELinux 运行环境共享库
-
- dep: libtermkey1 (>= 0.16)
- library for processing keyboard input
-
- dep: libtinfo6 (>= 6)
- 用于终端处理的共享底层 terminfo 库
-
- dep: libtre5 (>= 0.8.0)
- regexp matching library with approximate matching
-
- rec: lua-lpeg
- LPeg library for the Lua language