robcowie / SublimeTODO

**[DEPRECATED]** - See https://github.com/jonathandelgado/SublimeTodoReview - Extract TODO-type comments from open files and project folders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding a hotkey to find TODOs

dufferzafar opened this issue · comments

How can I add a hotkey that shows the Todo Results for the open tabs.

What is the command name?

Adding this to user bindings worked for me:
{ "keys": ["ctrl+q"], "command": "todo" }

Thanks a ton. That worked.