zenith-editor/zenith
[mirror] A very minimal text editor in Zig
What it is: a console-based text editor
What it is not: an IDE
Supported Zig version: 0.12.0.
For debug builds, use the command:
make
For release:
make release
To install into a directory (i.e. /opt
):
make install PREFIX="/opt"
You can also obtain a release tarball.
Zenith is a modal editor. It supports the following modes:
You can switch from any other mode back to text mode by pressing escape.
Navigation is done with the arrow keys, page up/down, home/end keys. Editing works as you would expect from a modern non-terminal based word processor.
For more help, press ^h
(ctrl-h) to show keyboard shortcuts. Press ^h
multiple times to scroll through the help pages.
To enable syntax highlighting, copy the config directory to the appropriate location. See documentation for details.
See also:
Copyright (c) 2024 T.M.
BSD License. See LICENSE file for more information.