https://github.com/mohamadcs/vimz
A vim like text editor written in zig.
https://github.com/mohamadcs/vimz
terminal vim zig
Last synced: 4 months ago
JSON representation
A vim like text editor written in zig.
- Host: GitHub
- URL: https://github.com/mohamadcs/vimz
- Owner: MohamadCS
- License: mit
- Created: 2025-02-18T17:25:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T04:53:12.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:13:26.968Z (about 1 year ago)
- Topics: terminal, vim, zig
- Language: Zig
- Homepage:
- Size: 225 KB
- Stars: 3
- 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
./zig-out/bin/vimz
```