Introducing CoVim – Collaborative Editing for Vim(fredkschott.com)
fredkschott.com
Introducing CoVim – Collaborative Editing for Vim
http://fredkschott.com/post/50510962864/introducing-covim-collaborative-editing-for-vim
6 comments
This is really damn cool. It just comes too late for me. I have adapted to shared tmux sessions -- that allow me to work with shiver the dirty emacs users.
same here, and tmux lets you share more than just your vim session. We use it regularly for pair programming, some times even in the same office, each one at his own computer.
I liked that coVim launches its own server, so you don't rely on having to ssh to the same box, but at the same time, I imagine ssh should be safer.
I liked that coVim launches its own server, so you don't rely on having to ssh to the same box, but at the same time, I imagine ssh should be safer.
We use the same setup and really like that you share the entire terminal instead of just the editor. Is there any good reason to use this instead of tmux sessions? While it's kinda cool i don't understand why people are trying to put everything in vim instead of using other complementary tools.
What seems to be the key feature is the text coloring, which I don't think you can get using screen or tmux.
tmux supports 256 colors with the -2 flag. I just add an alias in my .bashrc to make this the default.
I think he meant having different cursors, each with a different colour assigned to a person, and being able to use each cursor independently. not just colours in general...
Ah! ok, that's a major plus for CoVim then. Looks like I somehow missed the coolest feature.
Very very cool. I like their approach toward file management -- "we'll get the multi-user data into a buffer; you deal with it from there."
And now, of course, I'm wishing I had this before I switched my primary editor to SublimeText ;) Anyone know of a similar project for that?
And now, of course, I'm wishing I had this before I switched my primary editor to SublimeText ;) Anyone know of a similar project for that?
Floobits works with Sublime Text 2 and 3, emacs and vim and a web editor and Google Hangouts and integrates with GitHub + a permission model and a shared terminal.
I don't use it myself, but perhaps this is an option for you http://github.com/fatih/subvim
So it's like Floobits but for only one editor? https://floobits.com/
Floobits also uses a centralized service with a web editor where as this vim to vim only.
Too bad it doesn't use the Infinote protocol just like Gobby [1] and Gedit. That way, everyone could use their own editor while working on the same document.
[1] http://gobby.0x539.de/
[1] http://gobby.0x539.de/
It's a bummer, but it isn't the CoVim authors' fault that the Gobby developers chose irrelevance. http://git.0x539.de/?p=infinote.git;a=blob;f=COPYING;h=b124c...
I don't understand. You've linked to a copy of the LGPLv2.1 in infininote's git repo. Are you saying that their choice of licence primarily caused their product to be less popular?
[deleted]
I was really hoping, based on the title, that this would be a coeditor which types code to you.
With CoVim, do all the co-editors see the same screen, or can they view different buffers?