Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 369 Bytes

kilo-rust

A text editor in Rust based on Antirez's Kilo editor.

Usage

kilo_rust FILENAME

Keys

Key Effect
C-s Save
C-q Quit
C-f Find string in file (navigate with arrow keys, Esc to cancel, Enter to accept)

Building

Requires Rust nightly. Build using cargo build.