Created
February 3, 2012 16:21
-
-
Save coldnebo/1730936 to your computer and use it in GitHub Desktop.
Sublime Text 2 fix for OSX home/end keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, | |
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} } |
Oh thank you so much.
for the love of all that is holy, THIS IS WONDERFUL. Thank you Krellan!!
It works. Thanks a lot!
@kellan, godly
@ everyone else: you need this comment.
Incredible.
@Dayjo Thank you very much. This saves the day.
Wunderbar! Thanks for sharing this guys. This makes me happy.
Exactly what I was looking for. Thanks!
Yes! Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A life saver, thanks guys, I'm moving from Windows to OSX and this was driving me insane in every editor, I might actually decide to buy Sublime after this great fix. Thanks a lot everyone.