Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstotz/jim
An experimental vim-like editor
https://github.com/jstotz/jim
Last synced: 19 days ago
JSON representation
An experimental vim-like editor
- Host: GitHub
- URL: https://github.com/jstotz/jim
- Owner: jstotz
- License: mit
- Created: 2024-05-06T21:10:30.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T19:54:55.000Z (6 months ago)
- Last Synced: 2024-05-11T20:37:21.451Z (6 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jim
**j**ay's v**im**-like editor.
## Why?
This is just an experiment to learn more about how a text editor works under the
hood.## Planned Features
* [ ] Vim-like modal editing
* [ ] A client-server design supporting multiple frontends
* [ ] Native LSP support
* [ ] Lua scripting
* [ ] Undo tree