forked from ma6174/vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoVim.txt
63 lines (41 loc) · 2.23 KB
/
CoVim.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
*CoVim.txt* Collaborative Editing for Vim
*covim*
___ _ ~
_ / __\___/\ /(_)_ __ ___ ~
(_)/ / / _ \ \ / / | '_ ` _ \ ~
_/ /__| (_) \ V /| | | | | | | ~
(_)____/\___/ \_/ |_|_| |_| |_| ~
Reference Manual~
==============================================================================
CONTENTS *covim-contents*
1.Intro...................................|covim-intro|
1.Usage...................................|covim-usage|
1.About...................................|covim-about|
1.License.................................|covim-license|
==============================================================================
INTRO *covim-intro*
CoVim provides an easy way to add people to your Vim session for real-time
collaboration. Once connected, other users will show up in your Vim client
with their own cursors, able to move around and edit anywhere in the document.
Demo:
https://github.com/FredKSchott/CoVim
==============================================================================
USAGE *covim-usage*
To start a new CoVim server:
:CoVim start [port] [name]
(or, start a CoVim server from the command line: ./server.py [port])
To connect to a running server:
:CoVim connect [host address / 'localhost'] [port] [name]
To disconnect:
:CoVim disconnect
(CoVim automatically disconnects on quit)
==============================================================================
ABOUT *covim-about*
CoVim is currently maintained by the handsome:
Fred K. Schott (github: fredkschott)
Find the latest version of CoVim here:
https://github.com/FredKSchott/CoVim
==============================================================================
LICENCE *covim-licence*
CoVim is licensed under MIT License. See LICENSE file for full license.
vim:tw=78:sw=4:ft=help:norl: