Here is the way to map the home and end keys when using a PC keyboard attached to a Mac using sublime:
{ "keys":["home"], "command":"move_to", "args":{ "to":"bol" } }, { "keys":["end"], "command":"move_to", "args":{ "to":"eol" } }
Here is the way to map the home and end keys when using a PC keyboard attached to a Mac using sublime: