spacemacs/layers/floobits/README.org
syl20bnr 6b33031dc5 core: dotspacemacs-distribution, spacemacs-core layer and rename contrib
- Rename contrib directory to layers
- Add new variable dotspacemacs-distribution
- Move spacemacs layer to layers/!distribution
- New layer spacemacs-core in layers/!distribution
- User can now set dotspacemacs-distribution to spacemacs or
  spacemacs-core (default spacemacs)

spacemacs-core is very lightweight layer sufficient to build upon
spacemacs.
2015-09-07 23:44:43 -04:00

38 lines
1.7 KiB
Org Mode

#+TITLE: Floobits integration layer for Spacemacs
[[file:img/floobits.png]]
* Table of Contents :TOC@4:
- [[#description][Description]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#key-bindings][Key Bindings]]
* Description
This layer adds support for peer programming tool [[https://github.com/Floobits/floobits-emacs][floobits]].
* Install
** Layer
To use this contribution add it to your =~/.spacemacs=
#+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '(floobits))
#+END_SRC
* 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). |