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"} }
@mikedowd
Copy link

Yes! Thanks!

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