spacevim/docs/_posts/2019-04-08-SpaceVim-release-v1.1.0.md
JIe 2bb7059579
Some checks failed
Detach Plugins / check (FlyGrep.vim) (push) Has been cancelled
Detach Plugins / check (GitHub.vim) (push) Has been cancelled
Detach Plugins / check (JavaUnit.vim) (push) Has been cancelled
Detach Plugins / check (SourceCounter.vim) (push) Has been cancelled
Detach Plugins / check (cpicker.nvim) (push) Has been cancelled
Detach Plugins / check (dein-ui.vim) (push) Has been cancelled
Detach Plugins / check (git.vim) (push) Has been cancelled
Detach Plugins / check (iedit.vim) (push) Has been cancelled
Detach Plugins / check (scrollbar.vim) (push) Has been cancelled
Detach Plugins / check (vim-chat) (push) Has been cancelled
Detach Plugins / check (vim-cheat) (push) Has been cancelled
Detach Plugins / check (vim-todo) (push) Has been cancelled
Detach Plugins / check (xmake.vim) (push) Has been cancelled
test / Linux (nvim, nightly) (push) Has been cancelled
test / Linux (nvim, v0.3.8) (push) Has been cancelled
test / Linux (nvim, v0.4.0) (push) Has been cancelled
test / Linux (nvim, v0.4.2) (push) Has been cancelled
test / Linux (nvim, v0.4.3) (push) Has been cancelled
test / Linux (nvim, v0.4.4) (push) Has been cancelled
test / Linux (nvim, v0.5.0) (push) Has been cancelled
test / Linux (nvim, v0.5.1) (push) Has been cancelled
test / Linux (nvim, v0.6.0) (push) Has been cancelled
test / Linux (nvim, v0.6.1) (push) Has been cancelled
test / Linux (nvim, v0.7.0) (push) Has been cancelled
test / Linux (nvim, v0.7.2) (push) Has been cancelled
test / Linux (nvim, v0.8.0) (push) Has been cancelled
test / Linux (nvim, v0.8.1) (push) Has been cancelled
test / Linux (nvim, v0.8.2) (push) Has been cancelled
test / Linux (nvim, v0.8.3) (push) Has been cancelled
test / Linux (nvim, v0.9.0) (push) Has been cancelled
test / Linux (nvim, v0.9.1) (push) Has been cancelled
test / Linux (true, vim, v7.4.052) (push) Has been cancelled
test / Linux (true, vim, v7.4.1689) (push) Has been cancelled
test / Linux (true, vim, v7.4.629) (push) Has been cancelled
test / Linux (true, vim, v8.0.0027) (push) Has been cancelled
test / Linux (true, vim, v8.0.0183) (push) Has been cancelled
test / Linux (vim, nightly) (push) Has been cancelled
test / Linux (vim, v8.0.0184) (push) Has been cancelled
test / Linux (vim, v8.0.1453) (push) Has been cancelled
test / Linux (vim, v8.1.2269) (push) Has been cancelled
test / Linux (vim, v8.2.2434) (push) Has been cancelled
test / Linux (vim, v8.2.3995) (push) Has been cancelled
test / Windows (nvim, nightly) (push) Has been cancelled
test / Windows (nvim, v0.3.8) (push) Has been cancelled
test / Windows (nvim, v0.4.2) (push) Has been cancelled
test / Windows (nvim, v0.4.3) (push) Has been cancelled
test / Windows (nvim, v0.4.4) (push) Has been cancelled
test / Windows (nvim, v0.5.0) (push) Has been cancelled
test / Windows (nvim, v0.5.1) (push) Has been cancelled
test / Windows (nvim, v0.6.0) (push) Has been cancelled
test / Windows (nvim, v0.6.1) (push) Has been cancelled
test / Windows (nvim, v0.7.0) (push) Has been cancelled
test / Windows (nvim, v0.7.2) (push) Has been cancelled
test / Windows (nvim, v0.8.0) (push) Has been cancelled
test / Windows (nvim, v0.8.1) (push) Has been cancelled
test / Windows (nvim, v0.8.2) (push) Has been cancelled
test / Windows (nvim, v0.8.3) (push) Has been cancelled
test / Windows (nvim, v0.9.0) (push) Has been cancelled
test / Windows (nvim, v0.9.1) (push) Has been cancelled
test / Windows (vim, nightly) (push) Has been cancelled
test / Windows (vim, v7.4.1185) (push) Has been cancelled
test / Windows (vim, v7.4.1689) (push) Has been cancelled
test / Windows (vim, v8.0.0027) (push) Has been cancelled
test / Windows (vim, v8.0.1453) (push) Has been cancelled
test / Windows (vim, v8.1.2269) (push) Has been cancelled
test / Windows (vim, v8.2.2434) (push) Has been cancelled
test / Windows (vim, v8.2.3995) (push) Has been cancelled
docker / docker (push) Has been cancelled
mirror / check (coding) (push) Has been cancelled
mirror / check (gitee) (push) Has been cancelled
mirror / check (gitlab) (push) Has been cancelled
init
2024-08-21 14:17:26 +08:00

6.3 KiB

title categories description type image commentsID comments
SpaceVim release v1.1.0
changelog
blog
SpaceVim v1.1.0 introduced new floating window mapping guide, and a disk management for Windows, as well as improved the fzf layer. article https://img.spacevim.org/55619929-44c1b080-57cc-11e9-9c6a-8637555c2d6c.png SpaceVim release v1.1.0 true

Changelogs > SpaceVim release v1.1.0

The last release is v1.0.0, the first stable release of SpaceVim. After four mounths development. The v1.1.0 has been released. So let's take a look at what happened since last relase.

v1.1.0 welcome page

What's New

  • add floating windows support for mapping guide and flygrep.

floating windows

  • Add defx support and disk explorer for windows, the default key binding is SPC f d:

windisk

  • Improve the iedit mode, add iedit-normal command: s and x, add iedit-insert command Ctrl-e Ctrl-a Ctrl-b and Ctrl-f etc.

  • improve fzf layer, add fzf menu support.

float

Release Notes

the following release notes are generated from github pull request:

New Features

  • Add: add a new key binding 's' for iedit-model. #2723
  • Add fzf menu support #2718
  • Add: option for list number of files on home #2687
  • Add 3 key bindings SPC x t C, SPC x t W, SPC x t L #2684
  • Add rust layer option #2678
  • Add: Count words in select region. #2675
  • add x-mode mapping for tabular #2644
  • Add plugin for git log #1963
  • Add disk explorer for windows #2165
  • Add floating windows support for flygrep #2216
  • Add defx support #2282

Feature Changes

  • Change windows key binding and improve doc #2674
  • Change plugin list key binding #2665
  • Change markdown preview plugin #2651

Bug Fixs

  • fix a typo in doc/SpaceVim.txt #2717
  • fix alias in Docker Hub README.md #2715
  • add the missing parameter '...' #2695
  • fix function of SPC f d to match its documentation. #2682
  • fix defx mapping l and c #2693
  • fix Vimfiler defx support #2691
  • fix rust layer #2690
  • fix SPC f f via denite file_rec, fix ale, leaderf #2683
  • fix defx option #2677
  • fix guide for denite layer #2676
  • fix typo #2673
  • fix typo of methon #2668
  • fix shell layer #2663
  • delete current buffer without confirm #2654
  • fix guide content #2649
  • fix debug command #2226
  • fix perl support #2230
  • fix preview in flygrep #2256

Unmarked PRs

  • Improve iedit mode #2725
  • enhance defx keymap l, choosewin not plugin ChooseWin #2720
  • Doc: fix a markdown sytax error. #2714
  • Improve iedit mode #2705
  • Update denite to use file/rec instead of file_rec #2702
  • website: docs: Update language-server-protocol.md, correct spelling #2700
  • Could we add a lang#processing? #2696
  • Update nerdtree.vim #2685
  • Update installation step in lang#go #2679
  • Enable test layer configuration #2669
  • Filetree direction #2661
  • Doc: fix a error in some former commit. #2660
  • Auto close defx windows #2653
  • Improve test layer #2650
  • Enhance folding #2645
  • Doc: add some tweaks on doc instructions #2056
  • Improve startup experience #1977
  • Clear rootDir cache after rooter pattern changed #2370