robcowie / SublimeTODO

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

Adding a hotkey to find TODOs #65

Closed dufferzafar closed 10 years ago

dufferzafar commented 10 years ago

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

What is the command name?

dinapetrovic commented 10 years ago

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

dufferzafar commented 10 years ago

Thanks a ton. That worked.