Skip to content

Instantly share code, notes, and snippets.

View cillosis's full-sized avatar
:octocat:
Coding

Jeremy Harris cillosis

:octocat:
Coding
View GitHub Profile
@coldnebo
coldnebo / Default (OSX).sublime-keymap -- User
Created February 3, 2012 16:21
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"} }