Skip to content

Instantly share code, notes, and snippets.

@coldnebo
Created February 3, 2012 16:21
Show Gist options
  • Select an option

  • Save coldnebo/1730936 to your computer and use it in GitHub Desktop.

Select an option

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"} }
@hzxie

hzxie commented Mar 22, 2016

Copy link
Copy Markdown

It works. Thanks a lot!

@raveren

raveren commented Apr 27, 2016

Copy link
Copy Markdown

@kellan, godly

@ everyone else: you need this comment.

@victor-ono

Copy link
Copy Markdown

Incredible.

@doomsbuster

Copy link
Copy Markdown

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

@racl101

racl101 commented May 18, 2016

Copy link
Copy Markdown

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

@valdean

valdean commented May 20, 2016

Copy link
Copy Markdown

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

@jthomp

jthomp commented Jun 3, 2016

Copy link
Copy Markdown

Exactly what I was looking for. Thanks!

@mikedowd

Copy link
Copy Markdown

Yes! Thanks!

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