Skip to content

Instantly share code, notes, and snippets.

@coldnebo
Created February 3, 2012 16:21
Show Gist options
  • Save coldnebo/1730936 to your computer and use it in GitHub Desktop.
Save coldnebo/1730936 to your computer and use it in GitHub Desktop.
Sublime Text 2 fix for OSX home/end keys
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} },
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }
@jebees
Copy link

jebees commented Mar 10, 2016

for the love of all that is holy, THIS IS WONDERFUL. Thank you Krellan!!

@hzxie
Copy link

hzxie commented Mar 22, 2016

It works. Thanks a lot!

@raveren
Copy link

raveren commented Apr 27, 2016

@kellan, godly

@ everyone else: you need this comment.

@victor-ono
Copy link

Incredible.

@doomsbuster
Copy link

@Dayjo Thank you very much. This saves the day.

@racl101
Copy link

racl101 commented May 18, 2016

Wunderbar! Thanks for sharing this guys. This makes me happy.

@valdean
Copy link

valdean commented May 20, 2016

@coldnebo @Dayjo @Krellan @raveren thank you for all of the comments above. all helpful. this had been driving me crazy.

@jthomp
Copy link

jthomp commented Jun 3, 2016

Exactly what I was looking for. Thanks!

@mikedowd
Copy link

Yes! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment