Joined December 2012
·

danny

DC
·
·

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"
    }
}
Achievements
1 Karma
0 Total ProTip Views