mirror of
https://github.com/pcleavelin/odin_editor.git
synced 2026-02-03 10:35:38 -08:00
A exercise in Modal Editor development
| src | ||
| third_party/tree-sitter | ||
| .gitignore | ||
| build.bat | ||
| flake.lock | ||
| flake.nix | ||
| Makefile | ||
| readme.md | ||
| todo.md | ||
How to build on *nix and macOS
- Install the nix package manager.
- Run
nix build .#editorornix run .#editor.
How to build on Windows
TODO
What is this?
This is an in-development modal text editor inspired by vim but with an actual GUI interface instead of yet another terminal program nobody asked for.
Is it currently usuable to edit files?
Yes, in a technical sense. It can load files, allow you to make edits to said file, and save the file. However, the ergonomics of using the editor aren't quite where I'd like them to be. It's almost at a point where I could bear using it to further improve it, but still wouldn't use it for real work.