--- title: "异步待办事项管理器" categories: [feature_cn, blog_cn] description: "通过异步检索展示整个项目中所有的待办事项,显示待办事项标签以及标题,同时支持跳转待办事项" image: https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif permalink: /cn/:title/ 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/).