spacemacs/contrib/floobits
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
img Edit floobits layer README 2015-03-15 00:59:27 -04:00
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md Edit floobits layer README 2015-03-15 00:59:27 -04:00

Floobits integration layer for Spacemacs

floobits

Table of Contents

Description

This layer adds support for peer programming tool floobits.

Install

Layer

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(floobits))

Key Bindings

Key Binding            |                 Description

---------------------------|------------------------------------------------------------ SPC P c | Clears all mirrored highlights. SPC P d | Load the .floorc.json file for floobits configuration. SPC P f | Follow a users changes. This also toggles follow mode. SPC P j | Join an existing floobits workspace. SPC P l | Leave the current workspace. SPC P R | Create a workspace and populate it with the contents of the directory, DIR (or make it). SPC P s | Summon everyone in the workspace to your cursor position. SPC P t | Toggle following of recent changes. SPC P U | Create a workspace and populate it with the contents of the directory, DIR (or make it).