mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
1.3 KiB
1.3 KiB
title | categories | description | type | commentsID | comments | ||
---|---|---|---|---|---|---|---|
SpaceVim release v0.3.0 |
|
The major change happend in v0.3.0 is new mapping guide and custom mapping prefix SPC. | article | SpaceVim release v0.3.0 | true |
Changelogs > SpaceVim release v0.3.0
FEATURES
- Mappings guide: A guide buffer is displayed each time the prefix key is pressed in normal mode. It lists the available key bindings and their short description.
for example, after pressing <Space>
in normal mode, you will see :
for more information about mapping guide, please read the documentation.
- Statusline: A modulue statusline will displayed all the status of SpaceVim. all the sections in the statusline can be toggled.
here is an picture for this feature:
please checkout statusline documentation for all the shortcuts.
CHANGES
SpaceVim now use Space as [SPC] only in normal mode. and do not change the default value of mapleader.
FIXES
please checkout our issue list.