Programming

SpaceVim 1.0.0 released with improved error key bindings, better align feature and more

2 min read

Yesterday, the team at SpaceVim released the first stable version of SpaceVim v1.0.0, a distribution of the vim editor that manages collections of plugins in layers. This release comes with two major changes, :

  • The behavior of 2-LeftMouse in vimfiler has been changed.
  • The default font has been changed to SauceCodePro.

What’s new in SpaceVim v1.0.0?

This version comes with unicode spinners api. Layer option for autocomplete layer has been added. Function for customizing searching tools and Lang#scheme layer have been added. This release also comes with log for bootstrap function and updated runtime log for startup. Error key bindings and Spacevim debug info have been improved. This release comes with more key bindings for typescript. Even the align feature has been improved.

Major bug fixes

  • This release comes with Ctrlp support in windows.
  • Layers list and vimdoc command has been fixed in windows.
  • Statusline icon has been fixed.
  • The issue with comment paragraphs key bindings has been resolved now.
  • Missed syntax for detached FlyGrep has now been added.
  • Log has been added in this release for generating configuration file.
  • FlyGrep syntax has been improvedto support different outputs.

Few users are confused between SpaceVim and Neovim. Neovim is more than a rewrite of vim. Its main functionality is to provide a server that allows other editors to edit a buffer in response to keystrokes. Whereas SpaceVim is just a configuration of vim. Users are also not sure of the performance of SapceVim and they are comparing it with Spacemacs, a configuration framework for GNU Emacs.

To know more about this release in detail, visit SpaceVim release notes.

Read Next

Qt for Python 5.12 released with PySide2, Qt GUI and more

Google Cloud releases beta version of SparkR job types in Cloud Dataproc

Eclipse 4.10.0 released with major improvements to colors, fonts preference page and more

Amrata Joshi

Share
Published by
Amrata Joshi

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago