van-editor 0.2.3

Van(formely: VimnANo) is a simple rust code editor with advanced vim-like features.
van-editor-0.2.3 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 script needs curl and cargo, if you have not installed it please do!!

Cargo:

cargo install van

Compile yourself:

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

Have fun with van!