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

25 lines
941 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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/).