Zee is a modern editor for the terminal (written in Rust). It is highly experimental code.
Here's what it looks like at the moment
The recommended way to install zee using cargo install
$ cargo install zee
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 mostly uses emacs-y style bindings. Below, C-
means Ctrl
+ the specified key, e.g. C-k
is Ctrl-k
. Similarly A-
means Alt
+ the specified key.
The following keyboard bindings are available:
C-p
, Up
move upC-n
, Down
move downC-b
, Left
move backwardsC-f
, Right
move forwardsC-a
, Home
move to start of lineC-e
, End
move to end of lineC-v
, PageDown
move down one pageA-v
, PageUp
move up one pageA-<
move to the beginning of the bufferA->
move to the end of the bufferC-l
centre the cursor visuallyC-d
delete forwardsBackspace
delete backwardsC-k
delete the current lineC-SPC
toggle selection modeC-w
cut selectionA-w
copy selectionC-y
paste (yank) selectionC-g
clear the current selectionC-z
, C-/
undoC-x C-s
save the current bufferC-x C-f
choose a file to open using a directory-level pickerC-x C-v
search recursively for a file to open from the selected directoryC-l
while opening a file, go to the parent directoryTab
while opening a file, fills in the currently selected pathC-g
cancel the current operationC-x 0
close the current bufferC-x o
, C-x C-o
switch focus to the next bufferC-x C-c
quitC-t
cycle through the available themes