spacemacs/layers/+spacemacs/spacemacs-visual
Ag Ibragimov fd76a7f300 Add j and k to transient states
It is nicer when user can stay in the "home row" for basic operations like
zooming in and out

Font Scaling Transient State
`k` scale up
`j` scale down

Frame Transparency Transient State
`k` increase transparency
`j` decrease transparency

Zoom Frame Transient State
`k` zoom frame in
`j` zoom frame out

Added two additional Zoom Frame TS keys:
`m` max frame
`f` fullscreen
2019-05-19 22:24:11 +02:00
..
local/zoom-frm Fix zoom-frm 2017-04-12 23:09:17 -04:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
funcs.el Add properties for mode-line theme, remove powerline-scale 2018-01-16 22:59:29 -05:00
packages.el Add j and k to transient states 2019-05-19 22:24:11 +02:00

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 via hl-todo.
  • Support for temporary windows which close automatically via popwin.
  • Support for text zooming via zoom-frm.