mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
1.2 KiB
1.2 KiB
title | description |
---|---|
SpaceVim floobits layer | This layer adds support for the peer programming tool floobits to SpaceVim. |
Available Layers >> floobits
Description
This layer adds support for the peer programming tool floobits to SpaceVim.
NOTE: This layer only supports neovim.
Features
- Adjust floobits configuration file in the root of a project.
- Creation of floobits workspaces and populating it with content.
- Highlight cursor position for all users in current workspace.
- Follow recent changes by other users
Install
To use this configuration layer, add following snippet to your custom configuration file.
[[layers]]
name = "floobits"
Key bindings
Key bindings | Discription |
---|---|
SPC m f j |
Join workspace |
SPC m f t |
Toggle follow mode |
SPC m f s |
Summon everyone in the workspace to your cursor position. |