My solution to the coding challenge "Build Your Own Text Editor".
Have Rust and Cargo installed.
Install using
git clone https://github.com/toewl-devv/tccvimThen run
cd tccvim
cargo install --path .To run the program, you can run
rim filename.txt(or any other file) from any directory.
In normal mode:
Movement: hjkl
Save: w
Quit: q
Toggle normal (0) and edit (1) modes: Esc
In edit mode:
Type as usual