2018-06-18 21:04:24 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim floobits layer"
|
|
|
|
description: "This layer adds support for the peer programming tool floobits to SpaceVim."
|
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> floobits
|
2018-06-18 21:04:24 +08:00
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
- [Description](#description)
|
2018-06-18 21:04:24 +08:00
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Key bindings](#key-bindings)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Description
|
2018-06-18 21:04:24 +08:00
|
|
|
|
|
|
|
This layer adds support for the peer programming tool floobits to SpaceVim.
|
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
NOTE: This layer only supports neovim.
|
2018-06-18 21:04:24 +08:00
|
|
|
|
|
|
|
## 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. |
|