spacemacs/layers/+pair-programming/floobits
Anton-Latukha f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
..
img layers directory: create new categories 2016-03-23 21:39:43 -04:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
packages.el Revert "Defer packages by default using use-package-always-defer" 2018-03-03 23:40:10 -05:00

README.org

Floobits layer

/TakeV/spacemacs/media/commit/c7c348a6769a8b36fbaf846a4d5542dd3c4af7f5/layers/+pair-programming/floobits/img/floobits.png

Description

This layer adds support for the peer programming tool floobits to Spacemacs.

Features:

  • Loading of floobits configuration files with fixed commands
  • Creation of floobits workspaces and populating it with content
  • Marking of the current cursor position for all users within the current workspace
  • Follow recent changes by other users

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add floobits to the existing dotspacemacs-configuration-layers list in this file.

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).
The workspace will be shared privately.
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).
The workspace will be shared publicly.