mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:50:05 +08:00
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
|
---
|
||
|
title: "SpaceVim floobits layer"
|
||
|
description: "This layer adds support for the peer programming tool floobits to SpaceVim."
|
||
|
---
|
||
|
|
||
|
# [SpaceVim Layers:](https://spacevim.org/layers) floobits
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Intro](#intro)
|
||
|
- [Features](#features)
|
||
|
- [Install](#install)
|
||
|
- [Key bindings](#key-bindings)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Intro
|
||
|
|
||
|
This layer adds support for the peer programming tool floobits to SpaceVim.
|
||
|
|
||
|
NOTE: This layer only support 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. |
|