Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigvef/multivim
Multivim is a a vim clone with collaborative real-time editing written in java.
https://github.com/sigvef/multivim
Last synced: 11 days ago
JSON representation
Multivim is a a vim clone with collaborative real-time editing written in java.
- Host: GitHub
- URL: https://github.com/sigvef/multivim
- Owner: sigvef
- Created: 2012-02-05T16:57:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T10:46:16.000Z (almost 12 years ago)
- Last Synced: 2024-10-11T20:43:08.624Z (27 days ago)
- Language: Java
- Homepage:
- Size: 251 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
,---. ,---. ___ _ .---. ,---------. .-./`) ,---. ,---..-./`) ,---. ,---.
| \ / |.' | | | | ,_| \ \\ .-.')| / | |\ .-.')| \ / |
| , \/ , || .' | |,-./ ) `--. ,---'/ `-' \| | | .'/ `-' \| , \/ , |
| |\_ /| |.' '_ | |\ '_ '`) | \ `-'`"`| | _ | | `-'`"`| |\_ /| |
| _( )_/ | |' ( \.-.| > (_) ) :_ _: .---. | _( )_ | .---. | _( )_/ | |
| (_ o _) | |' (`. _` /|( . .-' (_I_) | | \ (_ o._) / | | | (_ o _) | |
| (_,_) | || (_ (_) _) `-'`-'|___(_(=)_) | | \ (_,_) / | | | (_,_) | |
| | | | \ / . \ / | \(_I_) | | \ / | | | | | |
'--' '--' ``-'`-'' `--------`'---' '---' `---` '---' '--' '--'Multivim is a a vim clone with collaborative real-time editing written in java.
Why multivim?
=============I would love to have a collaborative real-time terminal based vim for collaborating
on school assignments, but as far as I have found, nothing out there fits the bill.
Originally, the idea was to hack on vim directly. However, vim's code base seems to
be of epic proportions, and changing the paradigm from single user to collaborative
real-time multi user seems to be a monumental task. Therefore, multivim is a complete
rewrite.My goals for multivim is that it should be:
- as close to vim as possible in terms of functionality
- operable in non-gui environments
- reasonably efficient and stablePlease help me finish it! :)