1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/_posts/2019-07-16-asynchronous-todo-manager.md

25 lines
941 B
Markdown
Raw Normal View History

2020-01-28 16:10:31 +08:00
---
title: "异步待办事项管理器"
categories: [feature_cn, blog_cn]
2020-09-01 20:36:13 +08:00
description: "异步TODO列表管理器查询当前项目所有的TODO项目展示TODO标签和标题。"
image: https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png
2020-01-28 16:10:31 +08:00
permalink: /cn/:title/
2020-09-29 22:45:40 +08:00
redirect_from: "/cn/Asynchronous-todo-manager/"
2020-01-28 16:10:31 +08:00
lang: zh
2020-05-17 14:08:03 +08:00
type: article
2020-01-28 16:10:31 +08:00
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/).