mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-12 17:55:41 +08:00
Manager post tags (#1762)
This commit is contained in:
parent
83fdba47a2
commit
bb75c310a2
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: SpaceVim release v0.1.0
|
||||
categories: changelog
|
||||
description: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration"
|
||||
categories: [changelog, blog]
|
||||
excerpt: "First public release of SpaceVim with IDE-like UI, most language support, modular configuration"
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Use Vim as a Java IDE"
|
||||
categories: tutorials
|
||||
categories: [tutorials, blog]
|
||||
excerpt: "I am a vimmer and a java developer. Here are some useful plugins for developing java in vim/neovim."
|
||||
redirect_from: "/2017/02/11/use-vim-as-a-java-ide.html"
|
||||
type: BlogPosting
|
||||
|
@ -1,8 +1,10 @@
|
||||
---
|
||||
title: "VIM 8 新特性之旅: 定时器 (timers)"
|
||||
categories: tutorials_cn
|
||||
categories: blog_cn
|
||||
excerpt: "VIM 8 新特性之旅系列教程 - 定时器, 介绍定时器具体使用方法以及场景"
|
||||
comments: true
|
||||
permalink: /cn/:title/
|
||||
redirect_from: "/vim8-new-feature-timers-zh_cn/"
|
||||
lang: cn
|
||||
---
|
||||
|
||||
# 定时器( timer )
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Install vim/neovim with python support"
|
||||
categories: tutorials
|
||||
categories: blog
|
||||
excerpt: "How to build vim or neovim from source with python enabled?"
|
||||
comments: true
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.2.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Mnemonic key bindings in SpaceVim"
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Mnemonic key bindings navigation"
|
||||
categories: feature
|
||||
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
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Newsletter #1 - A New Hope
|
||||
categories: newsletter
|
||||
categories: [newsletter, blog]
|
||||
excerpt: "A new hope: turn vim/neovim to be an IDE for most languages"
|
||||
comments: true
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.3.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.3.1
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.4.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Here you can check what has been done so far."
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Asynchronous plugin manager"
|
||||
categories: feature
|
||||
categories: [feature, blog]
|
||||
description: "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
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "VIM 中 ctrl 相关的组合键的使用"
|
||||
categories: tutorials_cn
|
||||
categories: blog_cn
|
||||
excerpt: "枚举 Vim 内置的 Ctrl 组合键功能,以及终端下的一些区别"
|
||||
comments: true
|
||||
lang: cn
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.5.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "SpaceVim v0.5.0 comes out with five new language layer and many new features"
|
||||
type: NewsArticle
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Help description for key bindings"
|
||||
categories: feature
|
||||
categories: [feature, blog]
|
||||
excerpt: "Key bindings are defined with help description, this feature is for getting Help description and jump to the position where the key bindings is defined."
|
||||
image: https://user-images.githubusercontent.com/13142418/34907415-c2cf7e88-f843-11e7-92d3-ef0f9b1b72ae.gif
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "An async code runner in SpaceVim"
|
||||
categories: tutorials
|
||||
categories: blog
|
||||
excerpt: "A better way for running code with in vim, more info about the command status, will not move cursor from code buffer."
|
||||
comments: true
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.6.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Many new features come out with v0.6.0"
|
||||
type: NewsArticle
|
||||
image: https://user-images.githubusercontent.com/13142418/33793078-3446cb6e-dc76-11e7-9998-376a355557a4.png
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Newsletter #2 - Never lost, Never give up"
|
||||
categories: newsletter
|
||||
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
|
||||
comments: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Grep on the fly in SpaceVim"
|
||||
categories: feature
|
||||
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
|
||||
comments: true
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Vim 异步实时代码检索"
|
||||
categories: feature_cn
|
||||
description: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等"
|
||||
categories: [blog_cn, feature_cn]
|
||||
excerpt: "异步执行 grep,根据输入内容实时展示搜索结果,支持全工程检索、检索当前文件、检索已打开的文件等"
|
||||
image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif
|
||||
comments: true
|
||||
permalink: /cn/:title/
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: SpaceVim release v0.7.0
|
||||
categories: changelog
|
||||
categories: [changelog, blog]
|
||||
excerpt: "Highlight symbol mode and iedit mode come out with v0.6.0"
|
||||
type: NewsArticle
|
||||
image: https://user-images.githubusercontent.com/13142418/37595020-273b5bca-2bb2-11e8-8aba-638ed5f1c7ea.png
|
||||
|
@ -9,7 +9,7 @@ Here you can learn more about SpaceVim with our tutorials and find out what's
|
||||
going on.
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
{% for post in site.categories.blog %}
|
||||
<li>
|
||||
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<span class="post-date">{{ post.date | date_to_string }}</span>
|
||||
|
@ -9,10 +9,11 @@ lang: cn
|
||||
在这里,你可以看到最新的 SpaceVim 特性简介,以及使用技巧:
|
||||
|
||||
<ul>
|
||||
{% for post in site.categories.feature_cn offset: 0 limit: 5 %}
|
||||
<strong><a href="{{ post.url }}">{{ post.title }}</a></strong>
|
||||
<br>
|
||||
{% for post in site.categories.blog_cn %}
|
||||
<li>
|
||||
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<span class="post-date">{{ post.date | date_to_string }}</span>
|
||||
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -301,9 +301,11 @@ markdown
|
||||
## Changelog
|
||||
|
||||
<ul>
|
||||
{% for post in site.categories.changelog %}
|
||||
{% for post in site.categories.changelog_cn %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<span class="post-date">{{ post.date | date_to_string }}</span>
|
||||
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -144,9 +144,6 @@ lang: cn
|
||||
- [自动补全](#自动补全-1)
|
||||
- [细致的tags管理](#细致的tags管理)
|
||||
- [快速](#快速)
|
||||
- [SpaceVim选项](#spacevim选项)
|
||||
- [延伸阅读](#延伸阅读)
|
||||
- [Vim 8 新特新之旅](#vim-8-新特新之旅)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
@ -2088,31 +2085,6 @@ let g:spacevim_custom_plugins = [
|
||||
let g:spacevim_guifont = 'DejaVu\ Sans\ Mono\ for\ Powerline\ 11'
|
||||
```
|
||||
|
||||
### SpaceVim选项
|
||||
|
||||
| 选项名称 | 默认值 | 描述 |
|
||||
| ---------------------------------- | :-----------------: | ------------------------------ |
|
||||
| `g:spacevim_default_indent` | 2 | 对齐空格 |
|
||||
| `g:spacevim_enable_guicolors` | 1 | 启用/禁用终端使用真色彩 |
|
||||
| `g:spacevim_windows_leader` | `s` | 窗口管理快捷键前缀 |
|
||||
| `g:spacevim_unite_leader` | `f` | Unite快捷键前缀 |
|
||||
| `g:spacevim_plugin_bundle_dir` | `~/.cache/vimfiles` | 默认插件缓存位置 |
|
||||
| `g:spacevim_realtime_leader_guide` | 0 | 启用/禁用实时快捷键提示 |
|
||||
| `g:spacevim_guifont` | '' | 设置SpaceVim字体 |
|
||||
| `g:spacevim_sidebar_width` | 30 | 设置边栏宽度,文件树以及语法树 |
|
||||
| `g:spacevim_custom_plugins` | `[]` | 设置自定义插件 |
|
||||
|
||||
### 延伸阅读
|
||||
|
||||
#### Vim 8 新特新之旅
|
||||
|
||||
<ul>
|
||||
{% for post in site.categories.tutorials_cn %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
**捐助SpaceVim**
|
||||
|
||||
|
@ -306,7 +306,9 @@ markdown
|
||||
<ul>
|
||||
{% for post in site.categories.changelog %}
|
||||
<li>
|
||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
|
||||
<span class="post-date">{{ post.date | date_to_string }}</span>
|
||||
<p>{{ post.excerpt | truncatewords: 100 }}</p>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user