Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save overneath42/4261526 to your computer and use it in GitHub Desktop.
Save overneath42/4261526 to your computer and use it in GitHub Desktop.
Map Home and End keys to beginning and end of line in Sublime Text 2 on OS X
{ "keys": ["end"], "command": "move_to", "args": { "to": "hardeol" } },
{ "keys": ["home"], "command": "move_to", "args": { "to": "hardbol" } }
{ "keys": ["end"], "command": "move_to", "args": { "to": "hardeol" } },
{ "keys": ["home"], "command": "move_to", "args": { "to": "hardbol" } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment