An open API service indexing awesome lists of open source software.

https://github.com/mohamadcs/vimzig

A vim like text editor written in zig
https://github.com/mohamadcs/vimzig

terminal vim zig

Last synced: over 1 year ago
JSON representation

A vim like text editor written in zig

Awesome Lists containing this project

README

          

# VimZig
A vim like text editor written in zig ...
The purpose of this project is to imporve my
knowlege in Zig.

## Build
```bash
zig build --release=fast
```

## Usage

```bash
./exec
```