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
- Host: GitHub
- URL: https://github.com/mohamadcs/vimzig
- Owner: MohamadCS
- License: mit
- Created: 2025-02-18T17:25:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T15:26:52.000Z (over 1 year ago)
- Last Synced: 2025-02-26T15:37:14.716Z (over 1 year ago)
- Topics: terminal, vim, zig
- Language: Zig
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```