van-editor 0.2.5

Van(formely: VimnANo) is a simple rust code editor with advanced vim-like features.
van-editor-0.2.5 is not a library.

Van

Van(formely: VimnANo) is a simple rust code editor with advanced vim-like features.

installation

either download it with cargo or compile yourself:

!!This editor needs curl and cargo, if you have not installed it please do!!

Cargo:

cargo install van-editor

Compile yourself:

git clone https://github.com/germanphoneguy/van
cd van
cargo install --path .

Have fun with van!