Joined November 2013
·
Posted to
Launching Sublime Text 2 in windows command line shortcode
over 1 year
ago
Ninomax got it right. Following his directions worked for me. This article's directions did not. That being said, without this article, I would have never found ninomax's comment. It seems I'm at an impasse.
Hey Michael, very helpful tip. I noticed that you forgot to use your debounce option in the actual debounce call. Instead of
100
it should beopts.debounce
. Secondly, is there a reason you are using.bind()
and.unbind()
instead of the recommended.on()
and.off()
?