https://github.com/jjwroeloffs/vimos
Vim is a great text editor, too bad it doesn't have a decent operating system.
https://github.com/jjwroeloffs/vimos
operating-system vim
Last synced: 5 months ago
JSON representation
Vim is a great text editor, too bad it doesn't have a decent operating system.
- Host: GitHub
- URL: https://github.com/jjwroeloffs/vimos
- Owner: JJWRoeloffs
- License: agpl-3.0
- Created: 2023-11-30T23:30:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T20:44:31.000Z (about 2 years ago)
- Last Synced: 2025-03-26T04:21:57.510Z (10 months ago)
- Topics: operating-system, vim
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
To install, simply run make:
```sh
make
# and then run
./main
```
Or for the vimscript implementation:
```sh
vim --cmd ":source vimos.vim"
```
---
This project is a joke on the common statement "Emacs is a great operating system, too bad it doesn't have a decent text editor." Please do not take it seriously.