ReVi

MAINTAINED Downloads crates.io License

issues last commit repo size Discord Chat

RUST LUA

Table Of Contents:

About

ReVi is a cross-platform terminal based Vim inspired text editor. Currently ReVi is in heavy development and is not really at a point for every day usage. If you find a bug please feel free to open a issues for it.

Image

Usage

Crates.io

sh cargo install revi --version="0.0.0-beta-0.4" revi <filename>

GitHub

sh git clone https://github.com/revi-editor/revi cd revi cargo install --path . revi <filename>

Development Use

sh git clone https://github.com/revi-editor/revi cd revi cargo run --release -- <filename>

KeyBindings

Mode|'Key'|Command :---|:---:|---: Normal|Esc|Normal Normal|ZZ|Save Quit Normal|ZQ|Quit Normal|j|CursorDown Normal|Down|CursorDown Normal|k|CursorUp Normal|Up|CursorUp Normal|h|CursorLeft Normal|Left|CursorLeft Normal|l|CursorRight Normal|Right|CursorRight Normal|:|Command Normal|i|Insert Normal|x|DeleteChar Normal|Delete|DeleteChar Normal|d|DeleteLine Normal|Home|Home Normal|End|End Normal|0|Home Insert|Esc|Normal Insert|Backspace|Backspace Insert|Enter|NewLine Insert|Home|Home Insert|End|End Insert|Down|CursorDown Insert|Up|CursorUp Insert|Left|CursorLeft Insert|Right|CursorRight

Road Map