Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.42 KB

File metadata and controls

33 lines (28 loc) · 1.42 KB

spacemacs-modeline layer

Table of Contents

Description

This layer adds various mode-lines to Spacemacs.

Features:

  • Display of a vim-powerline like mode-line being able to show various information like
    • Current battery status
    • All active minor modes displayed as unicode symbols
    • The active major mode
    • The current branch if the file is in version control
    • The current cursor position
    • The system clock
  • Display of a small system monitor in a separate mode-line.

Key bindings

Key bindingDescription
SPC t m bDisplay battery state in mode-line
SPC t m rMake the mode-line responsive
SPC t m mDisplay active minor modes in mode-line
SPC t m MDisplay active major mode in mode-line
SPC t m vDisplay version control information in mode-line
SPC t m VDisplay new mode-line version
SPC t m pDisplay cursor position in mode-line
SPC t m cDisplay a clock in mode-line
SPC t m sDisplay a small system monitor in a separate mode-line