1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00
SpaceVim/docs/_posts/2022-07-02-SpaceVim-release-v2.0.0.md
2023-07-05 11:50:23 +08:00

2.4 KiB

title categories description type image commentsID comments
SpaceVim release v2.0.0
changelog
blog
The second major release of SpaceVim adds several layers and lua plugins for a better use experience article https://img.spacevim.org/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 release.

welcome page

What's New

New layers

Since last release, the following layers have been added:

  • lang#cmake layer
  • lang#jr layer
  • lang#jsonnet layer
  • lang#octave layer
  • lang#yang layer
  • lang#haxe layer
  • lang#postscript layer
  • lang#teal layer
  • lang#verilog layer
  • framework#django layer
  • telescope layer

New feature

  • The chat layer supports gitter and IRC now.

chat

  • 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 regexp
  • ctrl-shift-left/right: move current tabpage
  • SPC x s s: edit current snippet
  • SPC z .: fonts key bindings
  • SPC b Ctrl-d: kill other buffers
  • SPC b o: kill all other buffers and windows
  • SPC f R: rename current file
  • SPC 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