mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
2.5 KiB
2.5 KiB
title | categories | description | type | image | commentsID | comments | ||
---|---|---|---|---|---|---|---|---|
SpaceVim release v2.0.0 |
|
The second major release of SpaceVim adds several layers and lua plugins for a better use experience | article | https://user-images.githubusercontent.com/13142418/148374827-5f7aeaaa-e69b-441e-b872-408b47f4da04.png | SpaceVim release v2.0.0 | true |
Changelogs > SpaceVim release v2.0.0
The last release is v1.9.0, After six months development. The v2.0.0 has been released. This is second major release of SpaceVim. So let's take a look at what happened since last relase.
- Quick start guide: installation, configuration, and resources of learning SpaceVim
- documentation: the primary official document of SpaceVim
- available layers: a list of available layers which can be used in SpaceVim
What's New
New layers
Since last release, the following layers have been added:
lang#cmake
layerlang#jr
layerlang#jsonnet
layerlang#octave
layerlang#yang
layerlang#haxe
layerlang#postscript
layerlang#teal
layerlang#verilog
layerframework#django
layertelescope
layer
New feature
- The chat layer supports gitter and IRC now.
- add
b
,e
,w
key bindings for iedit mode - implement
autosave
plugin - add leaderf support for vim-bookmarks
- add clipboard support for vim8
- add lua plugin: mkdir
- add scrollbar for vim8
new key bindings:
SPC b ctrl-shift-d
: kill buffer by regexpctrl-shift-left/right
: move current tabpageSPC x s s
: edit current snippetSPC z .
: fonts key bindingsSPC b Ctrl-d
: kill other buffersSPC b o
: kill all other buffers and windowsSPC f R
: rename current fileSPC f v s
: view scriptnames
Enhancements
- scrollbar: the logic and speed of scrollbar have been improved.
- notify: some issues with notify api have been fixed.
Git Commits
If you want to view all the git commits, use following command in your terminal.
git -C ~/.SpaceVim log v1.9.0..v2.0.0