Lets say I¹m in an R file and I type ³todo² + tab, the TODO bundle inserts this:
# TODO
I want to be able to type ³todoc² + tab, and have this inserted:
# TODO code
Or, ³todoe²+ tab, and have this inserted:
# TODO edit
How can I edit the TODO bundle to be able to do this?
Thanks Ross