Back to Spacevim

SpaceVim release v2.0.0

docs/_posts/2022-07-02-SpaceVim-release-v2.0.0.md

2.4.02.1 KB
Original Source

Changelogs > SpaceVim release v2.0.0

<!-- vim-markdown-toc GFM --> <!-- vim-markdown-toc -->

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.

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.

  • 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