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

23 lines
920 B
Markdown
Raw Normal View History

2019-07-18 22:36:59 +08:00
---
title: "Asynchronous todo manager"
categories: [feature, blog]
2020-09-01 20:36:13 +08:00
description: "Asynchronous TODO list manager that queries all TODO items in the current project, display TODO tags and titles."
image: https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png
2019-07-18 22:36:59 +08:00
commentsID: "Asynchronous todo manager"
comments: true
---
# [Blogs](../blog/) >> Asynchronous todo manager
{{ page.date | date_to_string }}
2020-09-01 20:36:13 +08:00
The built-in asynchronous todo manager provides the ability to queries and displays all the todo items in
in current project. the default key bidning is `SPC a o`, and the default tags is:
2019-07-18 22:36:59 +08:00
`'fixme', 'question', 'todo', 'idea'`
![todo manager](https://user-images.githubusercontent.com/13142418/61462920-0bd9d000-a9a6-11e9-8e1f-c70d6ec6ca1e.png)
This plugin also has been detached into [vim-todo](https://github.com/wsdjeg/vim-todo/), you can use it without SpaceVim.