Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solution to the coding challenge "Build Your Own Text Editor".

Requirements

Have Rust and Cargo installed.

Install using

git clone https://github.com/toewl-devv/tccvim

Then run

cd tccvim
cargo install --path .

To run the program, you can run

rim filename.txt

(or any other file) from any directory.

Usage

In normal mode:

Movement: hjkl

Save: w

Quit: q

Toggle normal (0) and edit (1) modes: Esc

In edit mode:

Type as usual

About

Coding Challenges build your own text editor

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages