I don’t find the reason why some of the project menu break. I’ve added them using next entries in Default (OSX).sublime-keymap
// Projects
,{ "keys": ["super+p","super+0"], "command": "open_recent_project_or_workspace",
"args": {"index": 0}, "new_window": true
}
,{ "keys": ["super+p","super+9"], "command": "open_recent_project_or_workspace",
"args": {"index": 1}, "new_window": true
}
,{ "keys": ["super+p","super+8"], "command": "open_recent_project_or_workspace",
"args": {"index": 2}, "new_window": true
}
,{ "keys": ["super+p","super+c"], "command": "open_project_or_workspace",
"args":{"file": "~/ST3/cpp.sublime-project"}, "new_window": true
}
,{ "keys": ["super+p","super+g"], "command": "open_project_or_workspace",
"args":{"file": "~/ST3/Galileo.sublime-project"}, "new_window": true
}
,{ "keys": ["super+p","super+x"], "command": "open_project_or_workspace",
"args":{"file": "~/ST3/TeX.sublime-project"}, "new_window": true
}
,{ "keys": ["super+p","super+r"], "command": "open_project_or_workspace",
"args":{"file": "~/ST3/calendar.sublime-project"}, "new_window": true
}
But some lines are displayed broken:
It can be something related with the length of the lines, but below these there are other quite more longer yet without shortcut added.