Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 508 Bytes

SublimeSimpleTODO

Sublime Text plugin to manage TODO.

screencast

Installation

$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
$ git clone https://github.com/jugyo/SublimeSimpleTODO.git SimpleTODO

Key Binding

[
  { "keys": ["super+shift+k", "super+shift+t"], "command": "simple_todo", "args": {"mode": "list"} },
  { "keys": ["super+shift+k", "super+shift+a"], "command": "simple_todo", "args": {"mode": "add"} }
]