Teie kommentaarid

I use my laptop rarely, only while traveling. This happened to me while travelling. GSM connection is poor, no way to download 5MB binary. That's so cool, 6 hours of work in `kate` instead of Sublime.


Blocking the application is stupid for another reason - people have lots of problems when Sublime is installed from the distro repo. Lots of ways to resolve the problem are ridiculous - e.g. leave the package in your system but replace old binaries with new ones... Don't force people to do that.

http://stackoverflow.com/questions/17537867/how-to-update-sublime-text-2-on-ubuntu-12-04
http://css-tricks.com/forums/topic/i-need-to-update-sublime-text-2-in-linux-fedora-18/

http://www.rushis.com/2013/07/sublimetext-3-ubuntu-linux/


I don't know if this has something to do with a license. I bought a license, and it's applied on my desktop, but never did that on my laptop. I rarely use it, and always off-line while travelling, so I don't have the license key. However, even Microsoft gives you 30 days before it stops working...

Multiple binding would allow something like this:


{ "keys": ["ctrl+/"], "command": "move", "args": {"by": "lines", "forward": true} },

{ "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } },


Flexibility calls for multiple binds.