spacemacs/layers/+spacemacs/spacemacs-layouts
duianto e7f6475658 Workspaces transient state: create workspace keys
Problem:
Creating a new workspace from the workspaces transient state, requires that one
first looks for the next available workspace number, and then presses that
number key.

Solution:
Add the keys: `c` and `C` to create a new workspace. Lowercase exits the state
and uppercase keeps it open.

Notes:
This matches the behaviour of 0..9, which exits the state, and C-0..C-9, which
keeps it open.

This is the last key/command, from the C-c C-w eyebrowse key bindings, that was
missing from the workspaces transient state.
2017-06-18 19:12:49 +02:00
..
config.el New dotvariable: auto-generate layout names 2017-05-25 13:40:28 +02:00
funcs.el Fix layout name generation 2017-05-25 13:51:26 +02:00
packages.el Workspaces transient state: create workspace keys 2017-06-18 19:12:49 +02:00
README.org update docs to the new toc-org format 2017-05-22 18:35:37 +03:00

spacemacs-layouts layer

Description

TODO describe spacemacs-layouts layer in this file