Skip to content

Commit

Permalink
Update pictures (wsdjeg#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg authored Apr 29, 2020
1 parent 1345ee6 commit 80e2fc7
Show file tree
Hide file tree
Showing 25 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Github: <https://github.com/SpaceVim/SpaceVim>

码云:<https://gitee.com/SpaceVim/SpaceVim>

![welcome-page](https://user-images.githubusercontent.com/13142418/78467954-f4fe2800-7744-11ea-8b47-0614ddc5d51b.png)
![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png)

推荐阅读:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SpaceVim is a community-driven modular Vim distribution. It manages collections
of plugins in layers, which help to collect related packages together to provide IDE-like features.
SpaceVim is not just a vimrc but an ultimate Vim configuration, It contains many built-in features.

![welcome-page](https://user-images.githubusercontent.com/13142418/78467954-f4fe2800-7744-11ea-8b47-0614ddc5d51b.png)
![welcome-page](https://user-images.githubusercontent.com/13142418/80494420-3925c680-8999-11ea-9652-21e1e5564148.png)

The last release is v1.4.0, check out [following-HEAD](https://github.com/SpaceVim/SpaceVim/wiki/Following-HEAD) page for what happened since last release.

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2017-02-11-vim8-new-feature-timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /cn/:title/
redirect_from: "/vim8-new-feature-timers-zh_cn/"
lang: zh
comments: true
image: https://user-images.githubusercontent.com/13142418/45222979-8a76d300-b2e8-11e8-8a3c-5b2702a051e7.png
image: https://user-images.githubusercontent.com/13142418/80497170-abe47100-899c-11ea-9975-ef250cfbde6d.png
commentsID: "Vim8 最新特性: timers"
---

Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2017-05-25-mnemonic-key-bindings-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Mnemonic key bindings navigation"
categories: [feature, blog]
excerpt: "Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help, etc…"
image: https://user-images.githubusercontent.com/13142418/31550099-c8173ff8-b062-11e7-967e-6378a9c3b467.gif
image: https://user-images.githubusercontent.com/13142418/80597412-62f2f200-8a5a-11ea-9dbf-30ec9f82422a.gif
commentsID: "Mnemonic key bindings navigation"
comments: true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2017-08-11-Asynchronous-plugin-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Asynchronous plugin manager"
categories: [feature, blog]
excerpt: "Use dein as default plugin manager, Provides a UI for dein, Install and update plugin asynchronously, Show process status on the fly"
image: https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif
image: https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif
commentsID: "Asynchronous plugin manager"
comments: true
---
Expand All @@ -15,7 +15,7 @@ comments: true

SpaceVim use dein as default plugin manager, and implement a UI for dein.

![dein ui](https://user-images.githubusercontent.com/13142418/34907332-903ae968-f842-11e7-8ac9-07fcc9940a53.gif)
![dein ui](https://user-images.githubusercontent.com/13142418/80597767-e1e82a80-8a5a-11ea-85ad-031a6f3240f0.gif)

when plugin is failed to update, the error message will be shown after the plugin name,
you can move cursor to the line of that plugin,
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2017-11-04-use-ctrl-in-terminal-and-vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "VIM 中 ctrl 相关的组合键的使用"
categories: [blog_cn, feature_cn]
excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别"
image: https://user-images.githubusercontent.com/13142418/45222902-513e6300-b2e8-11e8-967f-845342410262.png
image: https://user-images.githubusercontent.com/13142418/80597957-32f81e80-8a5b-11ea-9e46-6c78b4fd5453.png
comments: true
commentsID: "VIM 中 ctrl 相关的组合键的使用"
lang: zh
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2017-12-07-async-code-runner-in-SpaceVim.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ when edit code, sometimes I want run current file. as we know vim's build-in fea

here is an gif shown how we can run code within SpaceVim. the first line is showing the command, the last line is showing the exit code and the time that has been consumed. the default key binding is `SPC l r`, `SPC` means `<Space>` on your keyboard.

![async code runner](https://user-images.githubusercontent.com/13142418/33722240-141ed716-db2f-11e7-9a4d-c99f05cc1d05.gif)
![async code runner](https://user-images.githubusercontent.com/13142418/80607131-b9b2f880-8a67-11ea-84ad-047ed8dd18b1.gif)

as wrote in old blog, we can also use this feature for java, c, php, JavaScript, etc.
2 changes: 1 addition & 1 deletion docs/_posts/2017-12-30-SpaceVim-release-v0.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SpaceVim release v0.6.0
categories: [changelog, blog]
excerpt: "Many new features come out with v0.6.0, including c/cpp suport and code runner"
type: NewsArticle
image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png
image: https://user-images.githubusercontent.com/13142418/80607319-f1ba3b80-8a67-11ea-834c-344916bcb314.png
commentsID: "SpaceVim release v0.6.0"
comments: true
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Newsletter #2 - Never lost, Never give up"
categories: [newsletter, blog]
excerpt: "We know exactly what is the purpose of SpaceVim, and we keep trying to get it, never get lost, never give up..."
image: https://user-images.githubusercontent.com/13142418/34612367-18fdf2d6-f1ef-11e7-885e-5e82613c1444.png
image: https://user-images.githubusercontent.com/13142418/80607642-54abd280-8a68-11ea-98ec-4998d099d797.png
commentsID: "Never lost Never give up"
comments: true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2018-01-23-grep-on-the-fly-in-spacevim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Grep on the fly in SpaceVim"
categories: [feature, blog]
excerpt: "Run grep asynchronously, show search results in real-time based on user input, support searching the entire project, searching loaded files or only searching current file"
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
image: https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif
commentsID: "Grep on the fly"
comments: true
---
Expand Down Expand Up @@ -31,7 +31,7 @@ In linux os, flygrep use grep by default, if you want a more fast tool, you can

In SpaceVim, you can use `SPC s p` or `SPC s /` to search in the current project.

![searching project](https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif)
![searching project](https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif)

- **Search in current file**

Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2018-01-31-grep-on-the-fly-in-spacevim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Vim 异步实时代码检索"
categories: [blog_cn, feature_cn]
excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等"
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
image: https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif
commentsID: "Vim 异步实时代码检索"
comments: true
permalink: /cn/:title/
Expand Down Expand Up @@ -33,7 +33,7 @@ FlyGrep 指的是 **grep on the fly**,将根据用户输入实时展示搜索

在 SpaceVim 中,可以使用快捷键 `SPC s p` 或者 `SPC s /` 进行全工程检索。

![searching project](https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif)
![searching project](https://user-images.githubusercontent.com/13142418/80607963-b704d300-8a68-11ea-99c4-5b5bd653cb24.gif)

- 仅搜索当前文件

Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2018-03-18-SpaceVim-release-v0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: SpaceVim release v0.7.0
categories: [changelog, blog]
excerpt: "Highlight symbol mode and iedit mode come out with v0.7.0"
type: NewsArticle
image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png
image: https://user-images.githubusercontent.com/13142418/80610138-90946700-8a6b-11ea-8565-04f041e56da5.png
commentsID: "SpaceVim release v0.7.0"
comments: true
---

# [Changelogs](../development#changelog) > SpaceVim release v0.7.0


![welcome-page](https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png)
![welcome-page](https://user-images.githubusercontent.com/13142418/80610138-90946700-8a6b-11ea-8565-04f041e56da5.png)

The last release is 3 mouths ago, so we want to bring you up-to-date in the SpaceVim world.

Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2018-06-18-SpaceVim-release-v0.8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SpaceVim release v0.8.0
categories: [changelog, blog]
excerpt: "Use toml as default configuration file for SpaceVim"
type: NewsArticle
image: https://user-images.githubusercontent.com/13142418/41507987-b7fb4760-7202-11e8-8896-01650480e798.png
image: https://user-images.githubusercontent.com/13142418/80610442-f41e9480-8a6b-11ea-8e0e-16ef35460253.png
commentsID: "SpaceVim release v0.8.0"
comments: true
---
Expand All @@ -14,7 +14,7 @@ comments: true
This project exists thanks to all the people who have contributed. The last release v0.7.0 is targeted
on March 18, 2018, so let's take a look at what happened in the new release v0.8.0.

![v0.8.0 welcome page](https://user-images.githubusercontent.com/13142418/41507987-b7fb4760-7202-11e8-8896-01650480e798.png)
![v0.8.0 welcome page](https://user-images.githubusercontent.com/13142418/80610442-f41e9480-8a6b-11ea-8e0e-16ef35460253.png)


<!-- vim-markdown-toc GFM -->
Expand Down
10 changes: 5 additions & 5 deletions docs/_posts/2018-06-24-first-meetup-in-hangzhou.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "SpaceVim MeetUp in HangZhou"
categories: [meetup, blog]
excerpt: "Our first meetup in hangzhou, general discussion about features of SpaceVim."
image: https://user-images.githubusercontent.com/13142418/42164326-48994830-7e38-11e8-8bf5-44adc65b514a.jpg
image: https://user-images.githubusercontent.com/13142418/80610943-8de64180-8a6c-11ea-9e0b-bdc3c9d8dbd3.jpg
commentsID: "SpaceVim MeetUp in HangZhou"
comments: true
---
Expand Down Expand Up @@ -31,13 +31,13 @@ We just make a general discussion about how to use SpaceVim, and what feature ne
These new features have been added to tab manager in [#1887](https://github.com/SpaceVim/SpaceVim/pull/1887)

- Display tab name on tabline and tab manager, you can also rename the tab via key binding `r` in tab manager buffer.
![rename](https://user-images.githubusercontent.com/13142418/42123061-26d938aa-7c11-11e8-8e98-b089fbc53f30.gif)
![rename](https://user-images.githubusercontent.com/13142418/80611134-ce45bf80-8a6c-11ea-8c1a-1a50ffea3880.gif)
- Move cursor tab forward and backword, default key binding is `<C-S-Up>/<C-S-Down>`
![movetab](https://user-images.githubusercontent.com/13142418/42123107-de3d10c0-7c11-11e8-8ddd-ed20b8925dee.gif)
![movetab](https://user-images.githubusercontent.com/13142418/80611339-0d741080-8a6d-11ea-890c-f8b389cee866.gif)
- Create new tab after the tab under the cursor, key bindings: (`n`: create named tab / `N` : create anonymous tab)
![newtab](https://user-images.githubusercontent.com/13142418/42123504-d1c9e80c-7c18-11e8-8a51-a37fa55abb9b.gif)
![newtab](https://user-images.githubusercontent.com/13142418/80611475-398f9180-8a6d-11ea-9aa5-a975d61ebab9.gif)
- copy / paste tab, include tab layout and tab name
![copytab](https://user-images.githubusercontent.com/13142418/42134628-311b9648-7d72-11e8-9277-e63bbf42502c.gif)
![copytab](https://user-images.githubusercontent.com/13142418/80611654-78bde280-8a6d-11ea-9cc0-ac41851882bd.gif)
- Display windows id of each item.

### Improve flygrep
Expand Down
22 changes: 11 additions & 11 deletions docs/_posts/2018-09-19-use-vim-as-a-java-ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ SpaceVim 初次安装时默认并未启用相关语言模块。首先需要启

vim-javacomplete2 为 java 项目提供了很好的代码补全功能,配合 autocomplete 模块,可以在编辑代码时实时补全代码,并且可以模糊匹配。

![code complete](https://user-images.githubusercontent.com/13142418/46297202-ba0ab980-c5ce-11e8-81a0-4a4a85bc98a5.png)
![code complete](https://user-images.githubusercontent.com/13142418/80611950-e36f1e00-8a6d-11ea-8800-8593402761d4.png)

### 语法树

默认的语法树插件是 tagbar,快捷键为 `F2`。这一快捷键将会在左侧打开一个语法树侧栏,如下图所示:

![java outline](https://user-images.githubusercontent.com/13142418/53250502-7c313d80-36f5-11e9-8fa2-8437ecf57a78.png)
![java outline](https://user-images.githubusercontent.com/13142418/80612099-13b6bc80-8a6e-11ea-99da-a4a656b8009e.png)

如果需要使用模糊搜索快速调到当前文件中的某个函数,首先需要载入一个模糊搜索的模块,比如 denite 模块:

Expand All @@ -108,26 +108,26 @@ vim-javacomplete2 为 java 项目提供了很好的代码补全功能,配合 a

之后使用快捷键 `Leader f o` 就可以打开模糊搜索窗口,效果图如下:

![java fuzzy outline](https://user-images.githubusercontent.com/13142418/53250728-f1047780-36f5-11e9-923d-0b34568f9566.gif)
![java fuzzy outline](https://user-images.githubusercontent.com/13142418/80612410-86279c80-8a6e-11ea-884e-539781f0af36.gif)

### 重命名光标符号

当启用了 lsp 模块,并配置好 Java 语言服务器后,可以使用快捷键 `SPC l e` 对光标下的符号进行重命名:

![rename java symblo](https://user-images.githubusercontent.com/13142418/53250190-da115580-36f4-11e9-9590-bf945fa8dcc0.gif)
![rename java symblo](https://user-images.githubusercontent.com/13142418/80612586-bcfdb280-8a6e-11ea-8b24-7809dc022417.gif)

### 光标符号文档查询

同样的,这一功能也依赖 lsp 模块,默认的快捷键为 `SPC l d` 或者 `K`

![javadoc](https://user-images.githubusercontent.com/13142418/53255520-bf44de00-3700-11e9-9f47-50bc50ed6e83.gif)
![javadoc](https://user-images.githubusercontent.com/13142418/80612801-0cdc7980-8a6f-11ea-82b5-62f7dec57138.gif)

### 语法检查

`checkers` 模块为 SpaceVim 提供了异步语法检查功能,该模块主要包括插件 [neomake](https://github.com/neomake/neomake)
目前支持的项目包括 maven、gradle 以及 eclipse 下的配置文件。

![lint-java](https://user-images.githubusercontent.com/13142418/46323584-99b81a80-c621-11e8-8ca5-d8eb7fbd93cf.png)
![lint-java](https://user-images.githubusercontent.com/13142418/80613077-5f1d9a80-8a6f-11ea-8622-7bcea958f1a5.png)

从上图,我们可以看到,目前语法检查支持如下功能:

Expand All @@ -142,7 +142,7 @@ vim-javacomplete2 为 java 项目提供了很好的代码补全功能,配合 a
手动导包的快捷键是 `<F4>`,可将光标移动到类名上,按下 F4 手动导入该包。会出现这样一种情况,classpath 内有多个可选择的类,
此时会在屏幕下方弹出提示,选择相对应的类名即可。

![import class](https://user-images.githubusercontent.com/13142418/46298485-c04e6500-c5d1-11e8-96f3-01d84f9fe237.png)
![import class](https://user-images.githubusercontent.com/13142418/80613234-92f8c000-8a6f-11ea-8cb7-584ed3545cb7.png)

### 跳转测试文件

Expand All @@ -158,13 +158,13 @@ vim-javacomplete2 为 java 项目提供了很好的代码补全功能,配合 a

基于这样的配置,就可以实现源文件和测试文件相互跳转了。

![jump-test](https://user-images.githubusercontent.com/13142418/46322905-12b57300-c61e-11e8-81a2-53c69d10140f.gif)
![jump-test](https://user-images.githubusercontent.com/13142418/80613408-d7845b80-8a6f-11ea-83cd-c44af9a12656.gif)

### 编译运行

主要基于 JavaUnite,可以编译并运行当前类,也可以执行某个指定的函数。`SPC l r c` 执行光标函数, `SPC l r m` 执行 main 函数。

![run-main](https://user-images.githubusercontent.com/13142418/46323137-61174180-c61f-11e8-94df-61b6998b8907.gif)
![run-main](https://user-images.githubusercontent.com/13142418/80613620-19ad9d00-8a70-11ea-97e1-d8e4c0033536.gif)


### 代码格式化
Expand All @@ -173,13 +173,13 @@ vim-javacomplete2 为 java 项目提供了很好的代码补全功能,配合 a
该插件提供了格式化框架,对于 java 的支持,还需要安装 [uncrustify](http://astyle.sourceforge.net/) 或者 [astyle](http://astyle.sourceforge.net/)
同时,你也可以使用谷歌的 [java formatter](https://github.com/google/google-java-format)

![format-java](https://user-images.githubusercontent.com/13142418/46323426-ccadde80-c620-11e8-9726-d99025f3bf76.gif)
![format-java](https://user-images.githubusercontent.com/13142418/80613869-5e393880-8a70-11ea-9fc7-3e5661af80cd.gif)

### 交互式编程

jdk9 引入了 `jshell`,让 java 的交互式编程成为了可能,在 SpaceVim 里,可以通过快捷键 `SPC l s i` 其同该功能。REPL 窗口打开后,
可以通过 `SPC l s l``SPC l s s` 等快捷键发送代码给 jshell,目前支持发送当前行、选中内容及整个文件内容。

![repl-java](https://user-images.githubusercontent.com/13142418/46323880-0b449880-c623-11e8-811a-919738c9ec5f.gif)
![repl-java](https://user-images.githubusercontent.com/13142418/80614311-e0c1f800-8a70-11ea-8930-9bdad411bbed.gif)


6 changes: 3 additions & 3 deletions docs/_posts/2018-09-26-SpaceVim-release-v0.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: SpaceVim release v0.9.0
categories: [changelog, blog]
excerpt: "15+ new language layer support in SpaceVim"
type: NewsArticle
image: https://user-images.githubusercontent.com/13142418/46079239-277eaa80-c1c9-11e8-845c-8220f6d60af8.png
image: https://user-images.githubusercontent.com/13142418/80614489-17980e00-8a71-11ea-89eb-78b441093b20.png
commentsID: "SpaceVim release v0.9.0"
comments: true
---
Expand All @@ -27,7 +27,7 @@ comments: true
This project exists thanks to all the people who have contributed. The last release v0.8.0 is targeted
on june 18, 2018, so let's take a look at what happened in the new release v0.9.0.

![v0.9.0 welcome page](https://user-images.githubusercontent.com/13142418/46079239-277eaa80-c1c9-11e8-845c-8220f6d60af8.png)
![v0.9.0 welcome page](https://user-images.githubusercontent.com/13142418/80614489-17980e00-8a71-11ea-89eb-78b441093b20.png)


## New features
Expand Down Expand Up @@ -65,7 +65,7 @@ update the colorscheme. for example, enable random theme, and update colorscheme

Completion SpaceVim options and layer options when edit SpaceVim configuration file:

![complete spacevim configuration file](https://user-images.githubusercontent.com/13142418/46082785-7c72ee80-c1d2-11e8-9058-12ca1e7f4f63.png)
![complete spacevim configuration file](https://user-images.githubusercontent.com/13142418/80614627-41e9cb80-8a71-11ea-9b8e-cd69253dd1ee.png)


Improve builtin tab manager, support creating named tabs and rename an exist tab:
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2020-01-27-manage-project-alternate-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "自定义工程文件跳转"
categories: [feature_cn, blog_cn]
excerpt: "通过配置文件,自定义工程文件跳转路径,包括跳转至测试源文件、文档源文件等。"
image: https://user-images.githubusercontent.com/13142418/73239989-98c4d800-41d8-11ea-8c5b-383076cfcd6c.png
image: https://user-images.githubusercontent.com/13142418/80495522-9d955580-899a-11ea-9e2e-b621b1d821d8.png
permalink: /cn/:title/
lang: zh
type: BlogPosting
Expand Down Expand Up @@ -35,7 +35,7 @@ commentsID: "自定义工程文件跳转"
SpaceVim 提供了一个内置的工程文件跳转插件,默认的命令为 `:A`
该命令可接收参数,指定跳转类别:

![a](https://user-images.githubusercontent.com/13142418/73239989-98c4d800-41d8-11ea-8c5b-383076cfcd6c.png)
![a](https://user-images.githubusercontent.com/13142418/80495522-9d955580-899a-11ea-9e2e-b621b1d821d8.png)

在使用这一特性之前,需要在工程根目录添加配置文件 `.project_alt.json`。例如:

Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/2020-01-28-manage-project-alternate-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Manage project alternate files"
categories: [feature, blog]
excerpt: "Manage the alternate file of current project within SpaceVim."
image: https://user-images.githubusercontent.com/13142418/73239989-98c4d800-41d8-11ea-8c5b-383076cfcd6c.png
image: https://user-images.githubusercontent.com/13142418/80495522-9d955580-899a-11ea-9e2e-b621b1d821d8.png
commentsID: "Manage project alternate files"
comments: true
---
Expand Down Expand Up @@ -41,7 +41,7 @@ At present, this plugin built into SpaceVim basically implements the above funct

SpaceVim provides a built-in alternate file manager, the command is `:A`.

![a](https://user-images.githubusercontent.com/13142418/73239989-98c4d800-41d8-11ea-8c5b-383076cfcd6c.png)
![a](https://user-images.githubusercontent.com/13142418/80495522-9d955580-899a-11ea-9e2e-b621b1d821d8.png)

To use this feature, you can create a `.project_alt.json` file in the root of your project. for example:

Expand Down
Loading

0 comments on commit 80e2fc7

Please sign in to comment.