mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:40:05 +08:00
25 lines
941 B
Markdown
25 lines
941 B
Markdown
---
|
||
title: "异步待办事项管理器"
|
||
categories: [feature_cn, blog_cn]
|
||
description: "异步TODO列表管理器,查询当前项目所有的TODO项目,展示TODO标签和标题。"
|
||
image: https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png
|
||
permalink: /cn/:title/
|
||
redirect_from: "/cn/Asynchronous-todo-manager/"
|
||
lang: zh
|
||
type: article
|
||
comments: true
|
||
commentsID: "异步待办事项管理器"
|
||
---
|
||
|
||
# [Blogs](../blog/) >> 异步待办事项管理器
|
||
|
||
{{ page.date | date_to_string }}
|
||
|
||
SpaceVim 内置了一个异步待办事项管理器,默认的快捷键为 `SPC a o`,默认的标签包括:
|
||
`'fixme', 'question', 'todo', 'idea'`
|
||
|
||
![todo manager](https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png)
|
||
|
||
这一插件也自动同步到独立仓库,以便于非 SpaceVim 用户使用:[vim-todo](https://github.com/wsdjeg/vim-todo/).
|
||
|