From 94bbf19491a27e0661a557dfd601d84802052de5 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 25 May 2017 21:50:13 +0800 Subject: [PATCH] update release post --- docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md index 75b00d016..5bc432794 100644 --- a/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md +++ b/docs/_posts/2017-05-31-SpaceVim-release-v0.3.0.md @@ -16,7 +16,18 @@ for example, after pressing `` in normal mode, you will see : for more information about mapping guide, please read the [documentation](http://spacevim.org/documentation/#mappings-guide). +- **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: + +![search status](https://cloud.githubusercontent.com/assets/13142418/26313080/578cc68c-3f3c-11e7-9259-a27419d49572.png) + +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.