Introducing CoVim – Collaborative Editing for Vim
11–20 of 25 posts
Re: Introducing CoVim – Collaborative Editing for Vim
#12Earlier quoted context omitted.
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.
What seems to be the key feature is the text coloring, which I don't think you can get using screen or tmux.
Re: Introducing CoVim – Collaborative Editing for Vim
#13Earlier quoted context omitted.
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.
Re: Introducing CoVim – Collaborative Editing for Vim
#14Too 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/
Re: Introducing CoVim – Collaborative Editing for Vim
#15Re: Introducing CoVim – Collaborative Editing for Vim
#16Too 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/
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...
Re: Introducing CoVim – Collaborative Editing for Vim
#17Too 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/
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...
Re: Introducing CoVim – Collaborative Editing for Vim
#18Earlier quoted context omitted.
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?
Re: Introducing CoVim – Collaborative Editing for Vim
#19So it's like Floobits but for only one editor? https://floobits.com/
Re: Introducing CoVim – Collaborative Editing for Vim
#20Very 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?