1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
Commit Graph

1247 Commits

Author SHA1 Message Date
wsdjeg
74e8072978 Bump version to v0.4.0-dev 2017-05-26 20:11:45 +08:00
Wang Shidong
1d294673de Merge branch 'master' into dev 2017-05-25 09:27:56 -05:00
Wang Shidong
9900cf40b6 Release v0.3.0
# [Changelogs](https://spacevim.org/development#changelog) > 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 :

![mapping guide](https://cloud.githubusercontent.com/assets/13142418/25778673/ae8c3168-3337-11e7-8536-ee78d59e5a9c.png)

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](http://spacevim.org/documentation/#statusline) 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.
2017-05-25 09:19:51 -05:00
wsdjeg
d99ad870d9 Update doc link 2017-05-25 22:14:40 +08:00
wsdjeg
94bbf19491 update release post 2017-05-25 21:50:13 +08:00
wsdjeg
18e9c487e1 Improve statusline and tabline 2017-05-25 21:06:14 +08:00
wsdjeg
737b9cec9c Add [w and ]w for window jumpping 2017-05-25 20:18:21 +08:00
Wang Shidong
ccd2c13596 Merge pull request #560 from ankokumoyashi/dev
fix typo
2017-05-24 22:51:08 -05:00
Gen
0f23e8b16a fix typo 2017-05-25 12:26:28 +09:00
wsdjeg
4310dfa545 Add unimpaired bindings [c and ]c 2017-05-25 00:48:45 +08:00
wsdjeg
9884ea2c56 Add unimpaired bindings [f and ]f 2017-05-25 00:27:56 +08:00
wsdjeg
41e49e5638 Add SPC j * 2017-05-24 22:15:07 +08:00
wsdjeg
db900924eb Update welcome page 2017-05-24 20:02:46 +08:00
wsdjeg
fb555a5694 Merge branch 'statusline' into dev 2017-05-24 19:53:51 +08:00
wsdjeg
a87ea3ef0a Use statusline by default 2017-05-24 19:52:12 +08:00
Wang Shidong
e3c4808df7 Merge pull request #556 from SpaceVim/statusline
Improve statusline and tabline
2017-05-23 23:18:39 +08:00
wsdjeg
602e3d05b7 Fix lint 2017-05-23 23:08:39 +08:00
wsdjeg
0a914e2b92 Add toggle whitespace mappings SPC t w 2017-05-23 22:56:36 +08:00
wsdjeg
529b482b40 Add one theme 2017-05-23 22:12:08 +08:00
wsdjeg
8e15c02703 Fix molokai theme 2017-05-23 22:05:53 +08:00
wsdjeg
f78f00f29d Fix onedark theme 2017-05-23 21:59:35 +08:00
wsdjeg
95b0e727b2 Fix 256 support in mapping guide statusline 2017-05-23 21:37:59 +08:00
wsdjeg
2cadfde049 Support 256 colors in statusline and tabline 2017-05-23 21:14:47 +08:00
wsdjeg
ab7ff980fc Support colorscheme 2017-05-23 20:38:00 +08:00
wsdjeg
e07bd70162 Fix inactive statusline highlight 2017-05-23 20:26:19 +08:00
wsdjeg
44d53034e9 Fix denite config for rg 2017-05-23 20:17:41 +08:00
Wang Shidong
d22f4344ab Create 2017-05-31-SpaceVim-release-v0.3.0.md (#479)
* Create 2017-05-31-SpaceVim-release-v0.3.0.md

* Add release info
2017-05-23 08:35:34 +08:00
wsdjeg
5c4854bc6c Update doc for statusline 2017-05-22 22:34:08 +08:00
wsdjeg
67e10b74ed Add pic for search index 2017-05-22 22:02:36 +08:00
wsdjeg
2a2e7709a4 Add SPC t m v for version control info 2017-05-22 21:52:50 +08:00
wsdjeg
20fa57af1f Add tagbar support for statusline 2017-05-22 21:09:25 +08:00
wsdjeg
a0a6365879 Move set bg before colorscheme
ref : https://github.com/SpaceVim/SpaceVim/issues/507
2017-05-22 20:16:20 +08:00
wsdjeg
22e5aef10f Fix unknown func when install plugins 2017-05-22 19:43:15 +08:00
wsdjeg
a307bb2c7a Fix maxfuncdepth 2017-05-22 19:39:33 +08:00
wsdjeg
cef8394c84 Fix startify statusline 2017-05-21 23:56:08 +08:00
wsdjeg
1207b43363 Add search index 2017-05-21 00:55:47 +08:00
wsdjeg
6f093b8cfd Fix vimfiler buffer statusline and inactive buffer 2017-05-20 21:19:40 +08:00
Wang Shidong
dcfd791f3a Merge pull request #541 from SpaceVim/statusline
Statusline
2017-05-20 21:14:14 +08:00
Wang Shidong
844d45f91b Merge branch 'dev' into statusline 2017-05-20 21:05:38 +08:00
wsdjeg
ca1ff18752 Enable core#statusline core#tabline by default 2017-05-20 20:47:57 +08:00
wsdjeg
21759edc5f Impl SPC t m m and SPC t m M 2017-05-20 20:40:31 +08:00
wsdjeg
c0c66bd17d Fix highlight api 2017-05-20 20:31:25 +08:00
wsdjeg
8ad3998ab4 Split the statusline API 2017-05-20 20:07:28 +08:00
wsdjeg
365e11d29d Add space after icon 2017-05-20 00:28:52 +08:00
wsdjeg
2c7f1365b8 Add syntax checking info 2017-05-20 00:10:58 +08:00
wsdjeg
e9823485be Fix ui toggle 2017-05-19 23:29:46 +08:00
wsdjeg
b3224078c5 Add nil separator 2017-05-19 21:34:39 +08:00
wsdjeg
b62e889525 Add slant separator 2017-05-19 20:54:34 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
Wang Shidong
293e2f97c5 Add file head 2017-05-19 14:17:47 +08:00