zee

A modern editor for the terminal (written in Rust). It is highly experimental code.

Build Status Crate

image

Here's what it looks like at the moment

Peek 2020-03-09 00-16

getting started

The recommended way to install zee using cargo install $ cargo install zee

features

building from source

The editor depends on a bunch of tree sitter parsers, one for each supported language. These are included as git submodules in grammar/languages/tree-sitter-*. After cloning the repository, you have to run git submodule update --init --recursive then you should be able to build normally with cargo.

usage

To start the editor run zee. As expected, you can pass in one or multiple files to be opened, e.g. zee file1 file2.

Zee uses Emacs-y keybindings. Below, C- means Ctrl + the specified key, e.g. C-k is Ctrl + k. Similarly A- means Alt + the specified key. Empty spaces denote a sequence of key presses, e.g. C-x C-c means first pressing C-x followed by C-c.

The following keybindings are available:

movement

editing

file navigation

global