Skip to content

Instantly share code, notes, and snippets.

@upbit
Created January 7, 2017 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save upbit/00f43daac7c8f8f08e25ffc2004ddb49 to your computer and use it in GitHub Desktop.
Save upbit/00f43daac7c8f8f08e25ffc2004ddb49 to your computer and use it in GitHub Desktop.
Sublime Text 2/3 Home/End binding for MacOS
[
{
"keys": [ "home" ],
"command": "move_to",
"args": { "to": "bol" }
},
{
"keys": [ "end" ],
"command": "move_to",
"args": { "to": "eol" }
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment