diff --git a/README.md b/README.md index 7f5135b..503f485 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,22 @@ once connected, more commands become available: | `codemp.createWorkspace ` | will create a new workspace with given name | | `codemp.listWorkspaces` | list all workspaces available to join | | `codemp.activeWorkspaces` | list all workspaces currently active | -| `codemp.leaveWorkspace ` | leave a currently active workspace | | `codemp.inviteToWorkspace ` | invite a remote user to a workspace you own | +| `codemp.deleteWorkspace` | delete a workspace | after a workspace is joined, more commands become available: | command | description | | --- | --- | +| `codemp.leaveWorkspace ` | leave a currently active workspace | | `codemp.attach ` | will fetch remote buffer and keep it in sync | | `codemp.share` | will share current buffer and keep it in sync | | `codemp.createBuffer ` | will create a new empty buffer in workspace | | `codemp.listBuffers` | will list all available buffers in workspace | +| `codemp.detach ` | will detach from remote buffer | +| `codemp.deleteBuffer ` | will delete remote buffer | | `codemp.sync` | forces resynchronization of current buffer | +| `codemp.jump` | jump to user's last cursor position | some commands for the Tree View are also provided: