b9e61e6437
Thanks sdwolfz for the suggestion to add underscore to the transient states, then the shift key doesn't have to be released if it was held down to press `+`. Added key bindings: Evil numbers: `SPC n _` decrease number under point in the transient state: `j` decrease number under point `k` increase number under point `SPC T T _` decrease transparency `SPC z x _` scale down font `SPC z f _` zoom out frame Update documentation: Zoom frame: `q` quit transient state Evil numbers: `SPC n =` increase number under point `SPC n _` decrease number under point `0..9` add a number prefix argument `q` quit transient state Fixed a typo and made a small rewrite of the tip about using a prefix argument. Added keys to transient states: Font scaling: Added `_` scale down Reordered `k` assignment to match the order in the transient state Frame transparency: Added `_` decrease Reordered `k` assignment to match the order in the transient state Evil numbers: Added `k` increase Added `_` and `j` decrease Zoom frame: Added `_` zoom frame out Reordered `k` assignment to match the order in the transient state Which-key entries for Evil numbers `SPC n`: Group together keys that call the same command: From: + and = To: +,= From: - and _ To: -,_ |
||
---|---|---|
.. | ||
local/zoom-frm | ||
funcs.el | ||
packages.el | ||
README.org |
spacemacs-visual layer
Description
This layer adds various modes to enhance Spacemacs visual appearance.
Features:
- Automatic colorization of compilation buffers via
ansi-colors
. - Support for resuming the last layout when starting Spacemacs via
desktop
. - Support for showing a thin vertical line to indicate the fill column
via
fill-column-indicator
. - Automatic highlighting of
TODO-tags
in programming and text modes viahl-todo
. - Support for temporary windows which close automatically via
popwin
. - Support for text zooming via
zoom-frm
.