1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/floobits.md
2021-06-21 20:39:29 +08:00

46 lines
1.2 KiB
Markdown

---
title: "SpaceVim floobits layer"
description: "This layer adds support for the peer programming tool floobits to SpaceVim."
---
# [Available Layers](../) >> floobits
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Features](#features)
- [Install](#install)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## 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.
```toml
[[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. |