/red

A text editor written in Rust

Primary LanguageRustMIT LicenseMIT

red

A simple terminal text editor based on Build Your Own Text Editor.

Build status codecov License:MIT

screenshot

Keybinding Operation
Ctrl + S save file
Ctrl + Q quit
Ctrl + F search
Ctrl + C copy
Ctrl + V paste
Ctrl + Space select region

Features

  • syntax highlighting
  • search
  • copy/paste
  • undo/redo
  • ...